#CF87AA

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

Shades of Kobi #CF87AA

Tints of Kobi #CF87AA

Color information

#CF87AA (or 0xCF87AA) is unknown color: approx Kobi. HEX triplet: CF, 87 and AA. RGB value is (207,135,170). Sum of RGB (Red+Green+Blue) = 207+135+170=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 135 (53.12% from 255 or 26.37% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CF87AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF87AA is #307855. Grayscale: #A0A0A0. Windows color (decimal): -3176534 or 11175887. OLE color: 11175887.

HSL color Cylindrical-coordinate representation of color #CF87AA: hue angle of 330.83º 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 #CF87AA is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB207135170-
CMYK00.350.180.19
HSL330.83º42.86%67.06%-
HSV(B)330.83º34.78%81.18%-
XYZ41.6533.542.3-
YUV160.52133.35161.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.43%
GREEN value IS 135 (53.12% from 255) = 26.37%
BLUE value IS 170 (66.80% from 255) = 33.20%
R=40.43%
G=26.37%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713517000.350.180.19330.8342.8667.06
HexCF87AA023121314b2b43
Octal317207252043222351353103
Binary110011111000011110101010010001110010100111010010111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF87AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF87AA; }

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

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

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

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

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

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

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

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