#CDC292

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

Shades of Winter Hazel #CDC292

Tints of Winter Hazel #CDC292

Color information

#CDC292 (or 0xCDC292) is unknown color: approx Winter Hazel. HEX triplet: CD, C2 and 92. RGB value is (205,194,146). Sum of RGB (Red+Green+Blue) = 205+194+146=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 146 (57.42% from 255 or 26.79% from 545); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC292 is #323D6D. Grayscale: #C0C0C0. Windows color (decimal): -3292526 or 9618125. OLE color: 9618125.

HSL color Cylindrical-coordinate representation of color #CDC292: hue angle of 48.81º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDC292 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB205194146-
CMYK00.050.290.20
HSL48.81º37.11%68.82%-
HSV(B)48.81º28.78%80.39%-
XYZ49.6653.6434.93-
YUV191.82102.14137.4-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.61%
GREEN value IS 194 (76.17% from 255) = 35.60%
BLUE value IS 146 (57.42% from 255) = 26.79%
R=37.61%
G=35.60%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519414600.050.290.2048.8137.1168.82
HexCDC292051D14312545
Octal3153022220535246145105
Binary110011011100001010010010010111101101001100011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC292; }

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

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

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

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

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

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

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

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