#CF9DB0

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

Shades of Kobi #CF9DB0

Tints of Kobi #CF9DB0

Color information

#CF9DB0 (or 0xCF9DB0) is unknown color: approx Kobi. HEX triplet: CF, 9D and B0. RGB value is (207,157,176). Sum of RGB (Red+Green+Blue) = 207+157+176=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 176 (69.14% from 255 or 32.59% from 540); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9DB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9DB0 is #30624F. Grayscale: #AEAEAE. Windows color (decimal): -3170896 or 11574735. OLE color: 11574735.

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

Color convert

RGB207157176-
CMYK00.240.150.19
HSL337.2º34.25%71.37%-
HSV(B)337.2º24.15%81.18%-
XYZ45.6340.5146.49-
YUV174.12129.06151.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.33%
GREEN value IS 157 (61.72% from 255) = 29.07%
BLUE value IS 176 (69.14% from 255) = 32.59%
R=38.33%
G=29.07%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715717600.240.150.19337.234.2571.37
HexCF9DB0018F131512247
Octal317235260030172352142107
Binary1100111110011101101100000110001111100111010100011000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9DB0; }

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

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

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

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

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

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

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

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