#CFC87A

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

Shades of Winter Hazel #CFC87A

Tints of Winter Hazel #CFC87A

Color information

#CFC87A (or 0xCFC87A) is unknown color: approx Winter Hazel. HEX triplet: CF, C8 and 7A. RGB value is (207,200,122). Sum of RGB (Red+Green+Blue) = 207+200+122=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC87A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC87A is #303785. Grayscale: #C1C1C1. Windows color (decimal): -3159942 or 8046799. OLE color: 8046799.

HSL color Cylindrical-coordinate representation of color #CFC87A: hue angle of 55.06º 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 #CFC87A is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB207200122-
CMYK00.030.410.19
HSL55.06º46.96%64.51%-
HSV(B)55.06º41.06%81.18%-
XYZ49.955.9826.59-
YUV193.287.82137.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.13%
GREEN value IS 200 (78.52% from 255) = 37.81%
BLUE value IS 122 (48.05% from 255) = 23.06%
R=39.13%
G=37.81%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720012200.030.410.1955.0646.9664.51
HexCFC87A032913372f41
Octal3173101720351236757101
Binary11001111110010001111010011101001100111101111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC87A; }

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

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

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

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

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

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

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

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