#CF9DAF

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

Shades of Kobi #CF9DAF

Tints of Kobi #CF9DAF

Color information

#CF9DAF (or 0xCF9DAF) is unknown color: approx Kobi. HEX triplet: CF, 9D and AF. RGB value is (207,157,175). Sum of RGB (Red+Green+Blue) = 207+157+175=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9DAF is #306250. Grayscale: #ADADAD. Windows color (decimal): -3170897 or 11509199. OLE color: 11509199.

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

Color convert

RGB207157175-
CMYK00.240.150.19
HSL338.4º34.25%71.37%-
HSV(B)338.4º24.15%81.18%-
XYZ45.5340.4745.97-
YUV174128.56151.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.40%
GREEN value IS 157 (61.72% from 255) = 29.13%
BLUE value IS 175 (68.75% from 255) = 32.47%
R=38.40%
G=29.13%
B=32.47%

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
Decimal20715717500.240.150.19338.434.2571.37
HexCF9DAF018F131522247
Octal317235257030172352242107
Binary1100111110011101101011110110001111100111010100101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9DAF; }

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

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

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

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

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

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

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

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