Html Css Color HEX #CDC176 Winter Hazel

📋 copy color: '#CDC176'

red 205 ◦ green 193 ◦ blue 118

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

Shades of Winter Hazel #CDC176

Tints of Winter Hazel #CDC176

RGB

 RED value IS 205 (80.47% from 255) = 39.73%

 GREEN value IS 193 (75.78% from 255) = 37.4%

 BLUE value IS 118 (46.48% from 255) = 22.87%

R = 39.73%
G = 37.4%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CDC176 (or 0xCDC176) is known color: Winter Hazel. HEX triplet: CD, C1 and 76. RGB value is (205,193,118). Sum of RGB (Red+Green+Blue) = 205+193+118=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 118 (46.48% from 255 or 22.87% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC176 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC176 is #323E89. Grayscale: #BCBCBC. Windows color (decimal): -3292810 or 7782861. OLE color: 7782861.

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

Color convert

RGB 205 193 118 -
CMYK 0 0.06 0.42 0.20
HSL 51.72º 0.47% 0.63% -
HSV(B) 51.72º 0.42% 0.8% -
XYZ 47.52 52.43 24.75 -
YUV 188.04 88.48 140.1 -
System Red Green Blue C M Y K H S L
Decimal 205 193 118 0 0.06 0.42 0.20 51.72 0.47 0.63
Hex CD C1 76 0 6 2A 14 34 2F 3F
Octal 315 301 166 0 6 52 24 64 57 77
Binary 11001101 11000001 1110110 0 110 101010 10100 110100 101111 111111

Color Harmonies of #CDC176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC176

Black with #CDC176

Text Example


Text Example

White with #CDC176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC176; }

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

 H1.HeaderClassName
 {
   color: #CDC176;
 }
 .AnyTagClassName
 {
   color: #CDC176;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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