Html Css Color HEX #CCC483 Winter Hazel

📋 copy color: '#CCC483'

red 204 ◦ green 196 ◦ blue 131

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

Shades of Winter Hazel #CCC483

Tints of Winter Hazel #CCC483

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.91%

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

R = 38.42%
G = 36.91%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CCC483 (or 0xCCC483) is known color: Winter Hazel. HEX triplet: CC, C4 and 83. RGB value is (204,196,131). Sum of RGB (Red+Green+Blue) = 204+196+131=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 131 (51.56% from 255 or 24.67% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC483 is #333B7C. Grayscale: #BFBFBF. Windows color (decimal): -3357565 or 8635596. OLE color: 8635596.

HSL color Cylindrical-coordinate representation of color #CCC483: hue angle of 53.42º 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 #CCC483 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 196 131 -
CMYK 0 0.04 0.36 0.2
HSL 53.42º 0.42% 0.66% -
HSV(B) 53.42º 0.36% 0.8% -
XYZ 48.74 53.96 29.32 -
YUV 190.98 94.15 137.29 -
System Red Green Blue C M Y K H S L
Decimal 204 196 131 0 0.04 0.36 0.2 53.42 0.42 0.66
Hex CC C4 83 0 4 24 14 35 2A 42
Octal 314 304 203 0 4 44 24 65 52 102
Binary 11001100 11000100 10000011 0 100 100100 10100 110101 101010 1000010

Color Harmonies of #CCC483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC483

Black with #CCC483

Text Example


Text Example

White with #CCC483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC483; }

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

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

background-color css

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

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

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

border-color css

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

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

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