#CFC58D

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

Shades of Winter Hazel #CFC58D

Tints of Winter Hazel #CFC58D

Color information

#CFC58D (or 0xCFC58D) is unknown color: approx Winter Hazel. HEX triplet: CF, C5 and 8D. RGB value is (207,197,141). Sum of RGB (Red+Green+Blue) = 207+197+141=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 141 (55.47% from 255 or 25.87% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC58D is #303A72. Grayscale: #C1C1C1. Windows color (decimal): -3160691 or 9291215. OLE color: 9291215.

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

Color convert

RGB207197141-
CMYK00.050.320.19
HSL50.91º40.74%68.24%-
HSV(B)50.91º31.88%81.18%-
XYZ50.5155.1233.18-
YUV193.6198.31137.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.98%
GREEN value IS 197 (77.34% from 255) = 36.15%
BLUE value IS 141 (55.47% from 255) = 25.87%
R=37.98%
G=36.15%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719714100.050.320.1950.9140.7468.24
HexCFC58D052013332944
Octal3173052150540236351104
Binary1100111111000101100011010101100000100111100111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC58D; }

 p { color: rgb(207,197,141); }

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

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

 a { background-color: rgb(207,197,141); }

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

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

 span { border-color: rgb(207,197,141); }

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