Html Css Color HEX #CCC482 Winter Hazel

📋 copy color: '#CCC482'

red 204 ◦ green 196 ◦ blue 130

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

Shades of Winter Hazel #CCC482

Tints of Winter Hazel #CCC482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.53%

R = 38.49%
G = 36.98%
B = 24.53%

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

#CCC482 (or 0xCCC482) is known color: Winter Hazel. HEX triplet: CC, C4 and 82. RGB value is (204,196,130). Sum of RGB (Red+Green+Blue) = 204+196+130=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 130 (51.17% from 255 or 24.53% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC482 is #333B7D. Grayscale: #BFBFBF. Windows color (decimal): -3357566 or 8570060. OLE color: 8570060.

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

Color convert

RGB 204 196 130 -
CMYK 0 0.04 0.36 0.2
HSL 53.51º 0.42% 0.65% -
HSV(B) 53.51º 0.36% 0.8% -
XYZ 48.67 53.93 28.96 -
YUV 190.87 93.65 137.37 -
System Red Green Blue C M Y K H S L
Decimal 204 196 130 0 0.04 0.36 0.2 53.51 0.42 0.65
Hex CC C4 82 0 4 24 14 36 2A 41
Octal 314 304 202 0 4 44 24 66 52 101
Binary 11001100 11000100 10000010 0 100 100100 10100 110110 101010 1000001

Color Harmonies of #CCC482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC482

Black with #CCC482

Text Example


Text Example

White with #CCC482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC482; }

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

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

background-color css

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

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

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

border-color css

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

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

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