#CFC088

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

Shades of Winter Hazel #CFC088

Tints of Winter Hazel #CFC088

Color information

#CFC088 (or 0xCFC088) is unknown color: approx Winter Hazel. HEX triplet: CF, C0 and 88. RGB value is (207,192,136). Sum of RGB (Red+Green+Blue) = 207+192+136=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 136 (53.52% from 255 or 25.42% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC088 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC088 is #303F77. Grayscale: #BEBEBE. Windows color (decimal): -3161976 or 8962255. OLE color: 8962255.

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

Color convert

RGB207192136-
CMYK00.070.340.19
HSL47.32º42.51%67.25%-
HSV(B)47.32º34.3%81.18%-
XYZ49.0352.7430.89-
YUV190.197.47140.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.69%
GREEN value IS 192 (75.39% from 255) = 35.89%
BLUE value IS 136 (53.52% from 255) = 25.42%
R=38.69%
G=35.89%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719213600.070.340.1947.3242.5167.25
HexCFC0880722132f2b43
Octal3173002100742235753103
Binary1100111111000000100010000111100010100111011111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC088; }

 p { color: rgb(207,192,136); }

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

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

 a { background-color: rgb(207,192,136); }

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

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

 span { border-color: rgb(207,192,136); }

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