Html Css Color HEX #CDC172 Winter Hazel

📋 copy color: '#CDC172'

red 205 ◦ green 193 ◦ blue 114

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

Shades of Winter Hazel #CDC172

Tints of Winter Hazel #CDC172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.27%

R = 40.04%
G = 37.7%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CDC172 (or 0xCDC172) is known color: Winter Hazel. HEX triplet: CD, C1 and 72. RGB value is (205,193,114). Sum of RGB (Red+Green+Blue) = 205+193+114=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 114 (44.92% from 255 or 22.27% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC172 is #323E8D. Grayscale: #BBBBBB. Windows color (decimal): -3292814 or 7520717. OLE color: 7520717.

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

Color convert

RGB 205 193 114 -
CMYK 0 0.06 0.44 0.20
HSL 52.09º 0.48% 0.63% -
HSV(B) 52.09º 0.44% 0.8% -
XYZ 47.28 52.33 23.53 -
YUV 187.58 86.48 140.42 -
System Red Green Blue C M Y K H S L
Decimal 205 193 114 0 0.06 0.44 0.20 52.09 0.48 0.63
Hex CD C1 72 0 6 2C 14 34 30 3F
Octal 315 301 162 0 6 54 24 64 60 77
Binary 11001101 11000001 1110010 0 110 101100 10100 110100 110000 111111

Color Harmonies of #CDC172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC172

Black with #CDC172

Text Example


Text Example

White with #CDC172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC172; }

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

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

background-color css

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

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

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

border-color css

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

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

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