Html Css Color HEX #CDC18E Winter Hazel

📋 copy color: '#CDC18E'

red 205 ◦ green 193 ◦ blue 142

#CDC18E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Winter Hazel #CDC18E

Tints of Winter Hazel #CDC18E

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.3%

R = 37.96%
G = 35.74%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CDC18E (or 0xCDC18E) is known color: 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

RGB 205 193 142 -
CMYK 0 0.06 0.31 0.20
HSL 48.57º 0.39% 0.68% -
HSV(B) 48.57º 0.31% 0.8% -
XYZ 49.13 53.07 33.25 -
YUV 190.77 100.48 138.15 -
System Red Green Blue C M Y K H S L
Decimal 205 193 142 0 0.06 0.31 0.20 48.57 0.39 0.68
Hex CD C1 8E 0 6 1F 14 31 27 44
Octal 315 301 216 0 6 37 24 61 47 104
Binary 11001101 11000001 10001110 0 110 11111 10100 110001 100111 1000100

Color Harmonies of #CDC18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC18E

Black with #CDC18E

Text Example


Text Example

White with #CDC18E

Text Example


Text Example

HTML Codes & Css Web 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>