#CFC292

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

Shades of Winter Hazel #CFC292

Tints of Winter Hazel #CFC292

Color information

#CFC292 (or 0xCFC292) is unknown color: approx Winter Hazel. HEX triplet: CF, C2 and 92. RGB value is (207,194,146). Sum of RGB (Red+Green+Blue) = 207+194+146=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 194 (76.17% from 255 or 35.47% from 547); Blue value is 146 (57.42% from 255 or 26.69% from 547); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC292 is #303D6D. Grayscale: #C0C0C0. Windows color (decimal): -3161454 or 9618127. OLE color: 9618127.

HSL color Cylindrical-coordinate representation of color #CFC292: hue angle of 47.21º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFC292 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB207194146-
CMYK00.060.290.19
HSL47.21º38.85%69.22%-
HSV(B)47.21º29.47%81.18%-
XYZ50.2153.9234.96-
YUV192.42101.81138.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.84%
GREEN value IS 194 (76.17% from 255) = 35.47%
BLUE value IS 146 (57.42% from 255) = 26.69%
R=37.84%
G=35.47%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719414600.060.290.1947.2138.8569.22
HexCFC292061D132f2745
Octal3173022220635235747105
Binary110011111100001010010010011011101100111011111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC292; }

 p { color: rgb(207,194,146); }

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

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

 a { background-color: rgb(207,194,146); }

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

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

 span { border-color: rgb(207,194,146); }

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