#CF99AB

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

Shades of Kobi #CF99AB

Tints of Kobi #CF99AB

Color information

#CF99AB (or 0xCF99AB) is unknown color: approx Kobi. HEX triplet: CF, 99 and AB. RGB value is (207,153,171). Sum of RGB (Red+Green+Blue) = 207+153+171=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CF99AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF99AB is #306654. Grayscale: #ABABAB. Windows color (decimal): -3171925 or 11246031. OLE color: 11246031.

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

Color convert

RGB207153171-
CMYK00.260.170.19
HSL340º36%70.59%-
HSV(B)340º26.09%81.18%-
XYZ44.4738.9943.71-
YUV171.2127.89153.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.98%
GREEN value IS 153 (60.16% from 255) = 28.81%
BLUE value IS 171 (67.19% from 255) = 32.20%
R=38.98%
G=28.81%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715317100.260.170.193403670.59
HexCF99AB01A11131542447
Octal317231253032212352444107
Binary11001111100110011010101101101010001100111010101001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF99AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF99AB; }

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

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

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

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

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

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

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

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