#CDC18E

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

Shades of Winter Hazel #CDC18E

Tints of Winter Hazel #CDC18E

Color information

#CDC18E (or 0xCDC18E) is unknown color: approx Winter Hazel. HEX triplet: CD, C1 and 8E. RGB value is (205,193,142). Sum of RGB (Red+Green+Blue) = 205+193+142=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 142 (55.86% from 255 or 26.30% from 540); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC18E is #323E71. Grayscale: #BEBEBE. Windows color (decimal): -3292786 or 9355725. OLE color: 9355725.

HSL color Cylindrical-coordinate representation of color #CDC18E: hue angle of 48.57º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDC18E is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB205193142-
CMYK00.060.310.20
HSL48.57º38.65%68.04%-
HSV(B)48.57º30.73%80.39%-
XYZ49.1353.0733.25-
YUV190.77100.48138.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.96%
GREEN value IS 193 (75.78% from 255) = 35.74%
BLUE value IS 142 (55.86% from 255) = 26.30%
R=37.96%
G=35.74%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519314200.060.310.2048.5738.6568.04
HexCDC18E061F14312744
Octal3153012160637246147104
Binary110011011100000110001110011011111101001100011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC18E; }

 p { color: rgb(205,193,142); }

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

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

 a { background-color: rgb(205,193,142); }

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

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

 span { border-color: rgb(205,193,142); }

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