#CFC48E

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

Shades of Winter Hazel #CFC48E

Tints of Winter Hazel #CFC48E

Color information

#CFC48E (or 0xCFC48E) is unknown color: approx Winter Hazel. HEX triplet: CF, C4 and 8E. RGB value is (207,196,142). Sum of RGB (Red+Green+Blue) = 207+196+142=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 196 (76.95% from 255 or 35.96% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC48E is #303B71. Grayscale: #C1C1C1. Windows color (decimal): -3160946 or 9356495. OLE color: 9356495.

HSL color Cylindrical-coordinate representation of color #CFC48E: hue angle of 49.85º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFC48E is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB207196142-
CMYK00.050.310.19
HSL49.85º40.37%68.43%-
HSV(B)49.85º31.4%81.18%-
XYZ50.3554.733.5-
YUV193.1399.14137.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.98%
GREEN value IS 196 (76.95% from 255) = 35.96%
BLUE value IS 142 (55.86% from 255) = 26.06%
R=37.98%
G=35.96%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719614200.050.310.1949.8540.3768.43
HexCFC48E051F13322844
Octal3173042160537236250104
Binary110011111100010010001110010111111100111100101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC48E; }

 p { color: rgb(207,196,142); }

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

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

 a { background-color: rgb(207,196,142); }

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

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

 span { border-color: rgb(207,196,142); }

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