#CFC18A

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

Shades of Winter Hazel #CFC18A

Tints of Winter Hazel #CFC18A

Color information

#CFC18A (or 0xCFC18A) is unknown color: approx Winter Hazel. HEX triplet: CF, C1 and 8A. RGB value is (207,193,138). Sum of RGB (Red+Green+Blue) = 207+193+138=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC18A is #303E75. Grayscale: #BFBFBF. Windows color (decimal): -3161718 or 9093583. OLE color: 9093583.

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

Color convert

RGB207193138-
CMYK00.070.330.19
HSL47.83º41.82%67.65%-
HSV(B)47.83º33.33%81.18%-
XYZ49.3953.2431.72-
YUV190.9298.14139.47-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.48%
GREEN value IS 193 (75.78% from 255) = 35.87%
BLUE value IS 138 (54.30% from 255) = 25.65%
R=38.48%
G=35.87%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719313800.070.330.1947.8341.8267.65
HexCFC18A072113302a44
Octal3173012120741236052104
Binary1100111111000001100010100111100001100111100001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC18A; }

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

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

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

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

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

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

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

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