Html Css Color HEX #CCC083 Winter Hazel

📋 copy color: '#CCC083'

red 204 ◦ green 192 ◦ blue 131

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

Shades of Winter Hazel #CCC083

Tints of Winter Hazel #CCC083

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.43%

 BLUE value IS 131 (51.56% from 255) = 24.86%

R = 38.71%
G = 36.43%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CCC083 (or 0xCCC083) is known color: Winter Hazel. HEX triplet: CC, C0 and 83. RGB value is (204,192,131). Sum of RGB (Red+Green+Blue) = 204+192+131=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 131 (51.56% from 255 or 24.86% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC083 is #333F7C. Grayscale: #BCBCBC. Windows color (decimal): -3358589 or 8634572. OLE color: 8634572.

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

Color convert

RGB 204 192 131 -
CMYK 0 0.06 0.36 0.2
HSL 50.14º 0.42% 0.66% -
HSV(B) 50.14º 0.36% 0.8% -
XYZ 47.85 52.18 29.02 -
YUV 188.63 95.48 138.96 -
System Red Green Blue C M Y K H S L
Decimal 204 192 131 0 0.06 0.36 0.2 50.14 0.42 0.66
Hex CC C0 83 0 6 24 14 32 2A 42
Octal 314 300 203 0 6 44 24 62 52 102
Binary 11001100 11000000 10000011 0 110 100100 10100 110010 101010 1000010

Color Harmonies of #CCC083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC083

Black with #CCC083

Text Example


Text Example

White with #CCC083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC083; }

 p { color: rgb(204,192,131); }

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

background-color css

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

 a { background-color: rgb(204,192,131); }

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

border-color css

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

 span { border-color: rgb(204,192,131); }

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