#CFC28F

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

Shades of Winter Hazel #CFC28F

Tints of Winter Hazel #CFC28F

Color information

#CFC28F (or 0xCFC28F) is unknown color: approx Winter Hazel. HEX triplet: CF, C2 and 8F. RGB value is (207,194,143). Sum of RGB (Red+Green+Blue) = 207+194+143=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 143 (56.25% from 255 or 26.29% from 544); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC28F is #303D70. Grayscale: #C0C0C0. Windows color (decimal): -3161457 or 9421519. OLE color: 9421519.

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

Color convert

RGB207194143-
CMYK00.060.310.19
HSL47.81º40%68.63%-
HSV(B)47.81º30.92%81.18%-
XYZ49.9853.8333.74-
YUV192.07100.31138.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.05%
GREEN value IS 194 (76.17% from 255) = 35.66%
BLUE value IS 143 (56.25% from 255) = 26.29%
R=38.05%
G=35.66%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719414300.060.310.1947.814068.63
HexCFC28F061F13302845
Octal3173022170637236050105
Binary110011111100001010001111011011111100111100001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC28F; }

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

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

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

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

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

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

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

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