Html Css Color HEX #CDC180 Winter Hazel

📋 copy color: '#CDC180'

red 205 ◦ green 193 ◦ blue 128

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

Shades of Winter Hazel #CDC180

Tints of Winter Hazel #CDC180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.33%

R = 38.97%
G = 36.69%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CDC180 (or 0xCDC180) is known color: Winter Hazel. HEX triplet: CD, C1 and 80. RGB value is (205,193,128). Sum of RGB (Red+Green+Blue) = 205+193+128=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 193 (75.78% from 255 or 36.69% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC180 is #323E7F. Grayscale: #BDBDBD. Windows color (decimal): -3292800 or 8438221. OLE color: 8438221.

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

Color convert

RGB 205 193 128 -
CMYK 0 0.06 0.38 0.20
HSL 50.65º 0.44% 0.65% -
HSV(B) 50.65º 0.38% 0.8% -
XYZ 48.14 52.68 28.05 -
YUV 189.18 93.48 139.29 -
System Red Green Blue C M Y K H S L
Decimal 205 193 128 0 0.06 0.38 0.20 50.65 0.44 0.65
Hex CD C1 80 0 6 26 14 33 2C 41
Octal 315 301 200 0 6 46 24 63 54 101
Binary 11001101 11000001 10000000 0 110 100110 10100 110011 101100 1000001

Color Harmonies of #CDC180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC180

Black with #CDC180

Text Example


Text Example

White with #CDC180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC180; }

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

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

background-color css

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

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

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

border-color css

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

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

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