#CF86AB

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

Shades of Kobi #CF86AB

Tints of Kobi #CF86AB

Color information

#CF86AB (or 0xCF86AB) is unknown color: approx Kobi. HEX triplet: CF, 86 and AB. RGB value is (207,134,171). Sum of RGB (Red+Green+Blue) = 207+134+171=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 134 (52.73% from 255 or 26.17% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CF86AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF86AB is #307954. Grayscale: #9F9F9F. Windows color (decimal): -3176789 or 11241167. OLE color: 11241167.

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

Color convert

RGB207134171-
CMYK00.350.170.19
HSL329.59º43.2%66.86%-
HSV(B)329.59º35.27%81.18%-
XYZ41.6133.2642.75-
YUV160.04134.18161.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.43%
GREEN value IS 134 (52.73% from 255) = 26.17%
BLUE value IS 171 (67.19% from 255) = 33.40%
R=40.43%
G=26.17%
B=33.40%

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
Decimal20713417100.350.170.19329.5943.266.86
HexCF86AB023111314a2b43
Octal317206253043212351253103
Binary110011111000011010101011010001110001100111010010101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF86AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF86AB; }

 p { color: rgb(207,134,171); }

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

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

 a { background-color: rgb(207,134,171); }

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

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

 span { border-color: rgb(207,134,171); }

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