Html Css Color HEX #CCC180 Winter Hazel

📋 copy color: '#CCC180'

red 204 ◦ green 193 ◦ blue 128

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

Shades of Winter Hazel #CCC180

Tints of Winter Hazel #CCC180

RGB

 RED value IS 204 (80.08% from 255) = 38.86%

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

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

R = 38.86%
G = 36.76%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CCC180 (or 0xCCC180) is known color: Winter Hazel. HEX triplet: CC, C1 and 80. RGB value is (204,193,128). Sum of RGB (Red+Green+Blue) = 204+193+128=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 193 (75.78% from 255 or 36.76% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC180 is #333E7F. Grayscale: #BDBDBD. Windows color (decimal): -3358336 or 8438220. OLE color: 8438220.

HSL color Cylindrical-coordinate representation of color #CCC180: hue angle of 51.32º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCC180 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 193 128 -
CMYK 0 0.05 0.37 0.2
HSL 51.32º 0.43% 0.65% -
HSV(B) 51.32º 0.37% 0.8% -
XYZ 47.87 52.54 28.04 -
YUV 188.88 93.64 138.79 -
System Red Green Blue C M Y K H S L
Decimal 204 193 128 0 0.05 0.37 0.2 51.32 0.43 0.65
Hex CC C1 80 0 5 25 14 33 2B 41
Octal 314 301 200 0 5 45 24 63 53 101
Binary 11001100 11000001 10000000 0 101 100101 10100 110011 101011 1000001

Color Harmonies of #CCC180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC180

Black with #CCC180

Text Example


Text Example

White with #CCC180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC180; }

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

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

background-color css

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

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

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

border-color css

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

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

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