#CDC293

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

Shades of Winter Hazel #CDC293

Tints of Winter Hazel #CDC293

Color information

#CDC293 (or 0xCDC293) is unknown color: approx Winter Hazel. HEX triplet: CD, C2 and 93. RGB value is (205,194,147). Sum of RGB (Red+Green+Blue) = 205+194+147=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 194 (76.17% from 255 or 35.53% from 546); Blue value is 147 (57.81% from 255 or 26.92% from 546); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC293 is #323D6C. Grayscale: #C0C0C0. Windows color (decimal): -3292525 or 9683661. OLE color: 9683661.

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

Color convert

RGB205194147-
CMYK00.050.280.20
HSL48.62º36.71%69.02%-
HSV(B)48.62º28.29%80.39%-
XYZ49.7453.6735.34-
YUV191.93102.64137.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.55%
GREEN value IS 194 (76.17% from 255) = 35.53%
BLUE value IS 147 (57.81% from 255) = 26.92%
R=37.55%
G=35.53%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519414700.050.280.2048.6236.7169.02
HexCDC293051C14312545
Octal3153022230534246145105
Binary110011011100001010010011010111100101001100011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC293; }

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

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

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

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

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

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

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

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