#CFC47A

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

Shades of Winter Hazel #CFC47A

Tints of Winter Hazel #CFC47A

Color information

#CFC47A (or 0xCFC47A) is unknown color: approx Winter Hazel. HEX triplet: CF, C4 and 7A. RGB value is (207,196,122). Sum of RGB (Red+Green+Blue) = 207+196+122=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 196 (76.95% from 255 or 37.33% from 525); Blue value is 122 (48.05% from 255 or 23.24% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC47A is #303B85. Grayscale: #BFBFBF. Windows color (decimal): -3160966 or 8045775. OLE color: 8045775.

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

Color convert

RGB207196122-
CMYK00.050.410.19
HSL52.24º46.96%64.51%-
HSV(B)52.24º41.06%81.18%-
XYZ48.9854.1526.28-
YUV190.8589.14139.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.43%
GREEN value IS 196 (76.95% from 255) = 37.33%
BLUE value IS 122 (48.05% from 255) = 23.24%
R=39.43%
G=37.33%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719612200.050.410.1952.2446.9664.51
HexCFC47A052913342f41
Octal3173041720551236457101
Binary110011111100010011110100101101001100111101001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC47A; }

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

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

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

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

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

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

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

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