#CF9CAF

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

Shades of Kobi #CF9CAF

Tints of Kobi #CF9CAF

Color information

#CF9CAF (or 0xCF9CAF) is unknown color: approx Kobi. HEX triplet: CF, 9C and AF. RGB value is (207,156,175). Sum of RGB (Red+Green+Blue) = 207+156+175=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9CAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9CAF is #306350. Grayscale: #ADADAD. Windows color (decimal): -3171153 or 11508943. OLE color: 11508943.

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

Color convert

RGB207156175-
CMYK00.250.150.19
HSL337.65º34.69%71.18%-
HSV(B)337.65º24.64%81.18%-
XYZ45.3640.1445.91-
YUV173.41128.9151.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.48%
GREEN value IS 156 (61.33% from 255) = 29.00%
BLUE value IS 175 (68.75% from 255) = 32.53%
R=38.48%
G=29.00%
B=32.53%

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
Decimal20715617500.250.150.19337.6534.6971.18
HexCF9CAF019F131522347
Octal317234257031172352243107
Binary1100111110011100101011110110011111100111010100101000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9CAF; }

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

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

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

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

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

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

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

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