#CFC28A

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

Shades of Winter Hazel #CFC28A

Tints of Winter Hazel #CFC28A

Color information

#CFC28A (or 0xCFC28A) is unknown color: approx Winter Hazel. HEX triplet: CF, C2 and 8A. RGB value is (207,194,138). Sum of RGB (Red+Green+Blue) = 207+194+138=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 138 (54.30% from 255 or 25.60% from 539); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC28A is #303D75. Grayscale: #BFBFBF. Windows color (decimal): -3161462 or 9093839. OLE color: 9093839.

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

Color convert

RGB207194138-
CMYK00.060.330.19
HSL48.7º41.82%67.65%-
HSV(B)48.7º33.33%81.18%-
XYZ49.6153.6831.79-
YUV191.597.81139.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.40%
GREEN value IS 194 (76.17% from 255) = 35.99%
BLUE value IS 138 (54.30% from 255) = 25.60%
R=38.40%
G=35.99%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719413800.060.330.1948.741.8267.65
HexCFC28A062113312a44
Octal3173022120641236152104
Binary1100111111000010100010100110100001100111100011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC28A; }

 p { color: rgb(207,194,138); }

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

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

 a { background-color: rgb(207,194,138); }

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

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

 span { border-color: rgb(207,194,138); }

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