#CF85AD

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

Shades of Kobi #CF85AD

Tints of Kobi #CF85AD

Color information

#CF85AD (or 0xCF85AD) is unknown color: approx Kobi. HEX triplet: CF, 85 and AD. RGB value is (207,133,173). Sum of RGB (Red+Green+Blue) = 207+133+173=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CF85AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF85AD is #307A52. Grayscale: #9F9F9F. Windows color (decimal): -3177043 or 11371983. OLE color: 11371983.

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

Color convert

RGB207133173-
CMYK00.360.160.19
HSL327.57º43.53%66.67%-
HSV(B)327.57º35.75%81.18%-
XYZ41.6633.0643.72-
YUV159.69135.52161.75-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.35%
GREEN value IS 133 (52.34% from 255) = 25.93%
BLUE value IS 173 (67.97% from 255) = 33.72%
R=40.35%
G=25.93%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713317300.360.160.19327.5743.5366.67
HexCF85AD02410131482c43
Octal317205255044202351054103
Binary110011111000010110101101010010010000100111010010001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF85AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF85AD; }

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

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

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

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

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

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

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

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