Html Css Color HEX #CCC082 Winter Hazel

📋 copy color: '#CCC082'

red 204 ◦ green 192 ◦ blue 130

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

Shades of Winter Hazel #CCC082

Tints of Winter Hazel #CCC082

RGB

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

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

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

R = 38.78%
G = 36.5%
B = 24.71%

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

#CCC082 (or 0xCCC082) is known color: Winter Hazel. HEX triplet: CC, C0 and 82. RGB value is (204,192,130). Sum of RGB (Red+Green+Blue) = 204+192+130=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 130 (51.17% from 255 or 24.71% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC082 is #333F7D. Grayscale: #BCBCBC. Windows color (decimal): -3358590 or 8569036. OLE color: 8569036.

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

Color convert

RGB 204 192 130 -
CMYK 0 0.06 0.36 0.2
HSL 50.27º 0.42% 0.65% -
HSV(B) 50.27º 0.36% 0.8% -
XYZ 47.78 52.15 28.67 -
YUV 188.52 94.98 139.04 -
System Red Green Blue C M Y K H S L
Decimal 204 192 130 0 0.06 0.36 0.2 50.27 0.42 0.65
Hex CC C0 82 0 6 24 14 32 2A 41
Octal 314 300 202 0 6 44 24 62 52 101
Binary 11001100 11000000 10000010 0 110 100100 10100 110010 101010 1000001

Color Harmonies of #CCC082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC082

Black with #CCC082

Text Example


Text Example

White with #CCC082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC082; }

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

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

background-color css

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

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

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

border-color css

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

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

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