Html Css Color HEX #CDC177 Winter Hazel

📋 copy color: '#CDC177'

red 205 ◦ green 193 ◦ blue 119

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

Shades of Winter Hazel #CDC177

Tints of Winter Hazel #CDC177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.02%

R = 39.65%
G = 37.33%
B = 23.02%

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

#CDC177 (or 0xCDC177) is known color: Winter Hazel. HEX triplet: CD, C1 and 77. RGB value is (205,193,119). Sum of RGB (Red+Green+Blue) = 205+193+119=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 119 (46.88% from 255 or 23.02% from 517); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC177 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC177 is #323E88. Grayscale: #BCBCBC. Windows color (decimal): -3292809 or 7848397. OLE color: 7848397.

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

Color convert

RGB 205 193 119 -
CMYK 0 0.06 0.42 0.20
HSL 51.63º 0.46% 0.64% -
HSV(B) 51.63º 0.42% 0.8% -
XYZ 47.58 52.45 25.07 -
YUV 188.15 88.98 140.02 -
System Red Green Blue C M Y K H S L
Decimal 205 193 119 0 0.06 0.42 0.20 51.63 0.46 0.64
Hex CD C1 77 0 6 2A 14 34 2E 40
Octal 315 301 167 0 6 52 24 64 56 100
Binary 11001101 11000001 1110111 0 110 101010 10100 110100 101110 1000000

Color Harmonies of #CDC177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC177

Black with #CDC177

Text Example


Text Example

White with #CDC177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC177; }

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

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

background-color css

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

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

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

border-color css

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

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

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