#CF87AC

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

Shades of Kobi #CF87AC

Tints of Kobi #CF87AC

Color information

#CF87AC (or 0xCF87AC) is unknown color: approx Kobi. HEX triplet: CF, 87 and AC. RGB value is (207,135,172). Sum of RGB (Red+Green+Blue) = 207+135+172=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 135 (53.12% from 255 or 26.26% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CF87AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF87AC is #307853. Grayscale: #A0A0A0. Windows color (decimal): -3176532 or 11306959. OLE color: 11306959.

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

Color convert

RGB207135172-
CMYK00.350.170.19
HSL329.17º42.86%67.06%-
HSV(B)329.17º34.78%81.18%-
XYZ41.8433.5743.3-
YUV160.75134.35160.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.27%
GREEN value IS 135 (53.12% from 255) = 26.26%
BLUE value IS 172 (67.58% from 255) = 33.46%
R=40.27%
G=26.26%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713517200.350.170.19329.1742.8667.06
HexCF87AC02311131492b43
Octal317207254043212351153103
Binary110011111000011110101100010001110001100111010010011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF87AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF87AC; }

 p { color: rgb(207,135,172); }

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

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

 a { background-color: rgb(207,135,172); }

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

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

 span { border-color: rgb(207,135,172); }

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