#CF82AD

Color #CF82AD Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #CF82AD

Tints of Kobi #CF82AD

Color information

#CF82AD (or 0xCF82AD) is unknown color: approx Kobi. HEX triplet: CF, 82 and AD. RGB value is (207,130,173). Sum of RGB (Red+Green+Blue) = 207+130+173=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CF82AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF82AD is #307D52. Grayscale: #9D9D9D. Windows color (decimal): -3177811 or 11371215. OLE color: 11371215.

HSL color Cylindrical-coordinate representation of color #CF82AD: hue angle of 326.49º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF82AD is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB207130173-
CMYK00.370.160.19
HSL326.49º44.51%66.08%-
HSV(B)326.49º37.2%81.18%-
XYZ41.2632.2543.59-
YUV157.93136.51163-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 40.59%
GREEN value IS 130 (51.17% from 255) = 25.49%
BLUE value IS 173 (67.97% from 255) = 33.92%
R=40.59%
G=25.49%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713017300.370.160.19326.4944.5166.08
HexCF82AD02510131462d42
Octal317202255045202350655102
Binary110011111000001010101101010010110000100111010001101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF82AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF82AD; }

 p { color: rgb(207,130,173); }

 H1.HeaderClassName
 {
   color: #CF82AD;
 }
 .AnyTagClassName
 {
   color: #CF82AD;
 }
</style>
background-color css

<style>
 a { background-color: #CF82AD; }

 a { background-color: rgb(207,130,173); }

 div.DivClassName
 {
   background-color: #CF82AD;
 }
 .BgClassName
 {
   background-color: #CF82AD;
 }
</style>
border-color css

<style>
 span { border-color: #CF82AD; }

 span { border-color: rgb(207,130,173); }

 td.TdClassName
 {
   border-color: #CF82AD;
 }
 .TagClassName
 {
   border-color: #CF82AD;
 }
</style>