#CF9EAF

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

Shades of Kobi #CF9EAF

Tints of Kobi #CF9EAF

Color information

#CF9EAF (or 0xCF9EAF) is unknown color: approx Kobi. HEX triplet: CF, 9E and AF. RGB value is (207,158,175). Sum of RGB (Red+Green+Blue) = 207+158+175=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 158 (62.11% from 255 or 29.26% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9EAF is #306150. Grayscale: #AEAEAE. Windows color (decimal): -3170641 or 11509455. OLE color: 11509455.

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

Color convert

RGB207158175-
CMYK00.240.150.19
HSL339.18º33.79%71.57%-
HSV(B)339.18º23.67%81.18%-
XYZ45.740.8146.03-
YUV174.59128.23151.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.33%
GREEN value IS 158 (62.11% from 255) = 29.26%
BLUE value IS 175 (68.75% from 255) = 32.41%
R=38.33%
G=29.26%
B=32.41%

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
Decimal20715817500.240.150.19339.1833.7971.57
HexCF9EAF018F131532248
Octal317236257030172352342110
Binary1100111110011110101011110110001111100111010100111000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9EAF; }

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

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

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

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

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

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

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

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