#CFC78A

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

Shades of Winter Hazel #CFC78A

Tints of Winter Hazel #CFC78A

Color information

#CFC78A (or 0xCFC78A) is unknown color: approx Winter Hazel. HEX triplet: CF, C7 and 8A. RGB value is (207,199,138). Sum of RGB (Red+Green+Blue) = 207+199+138=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 199 (78.12% from 255 or 36.58% from 544); Blue value is 138 (54.30% from 255 or 25.37% from 544); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC78A is #303875. Grayscale: #C2C2C2. Windows color (decimal): -3160182 or 9095119. OLE color: 9095119.

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

Color convert

RGB207199138-
CMYK00.040.330.19
HSL53.04º41.82%67.65%-
HSV(B)53.04º33.33%81.18%-
XYZ50.7455.9532.17-
YUV194.4496.15136.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.05%
GREEN value IS 199 (78.12% from 255) = 36.58%
BLUE value IS 138 (54.30% from 255) = 25.37%
R=38.05%
G=36.58%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719913800.040.330.1953.0441.8267.65
HexCFC78A042113352a44
Octal3173072120441236552104
Binary1100111111000111100010100100100001100111101011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC78A; }

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

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

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

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

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

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

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

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