#CF9BB0

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

Shades of Kobi #CF9BB0

Tints of Kobi #CF9BB0

Color information

#CF9BB0 (or 0xCF9BB0) is unknown color: approx Kobi. HEX triplet: CF, 9B and B0. RGB value is (207,155,176). Sum of RGB (Red+Green+Blue) = 207+155+176=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9BB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9BB0 is #30644F. Grayscale: #ACACAC. Windows color (decimal): -3171408 or 11574223. OLE color: 11574223.

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

Color convert

RGB207155176-
CMYK00.250.150.19
HSL335.77º35.14%70.98%-
HSV(B)335.77º25.12%81.18%-
XYZ45.2939.8446.38-
YUV172.94129.73152.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.48%
GREEN value IS 155 (60.94% from 255) = 28.81%
BLUE value IS 176 (69.14% from 255) = 32.71%
R=38.48%
G=28.81%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715517600.250.150.19335.7735.1470.98
HexCF9BB0019F131502347
Octal317233260031172352043107
Binary1100111110011011101100000110011111100111010100001000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9BB0; }

 p { color: rgb(207,155,176); }

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

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

 a { background-color: rgb(207,155,176); }

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

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

 span { border-color: rgb(207,155,176); }

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