Html Css Color HEX #CCC682 Winter Hazel

📋 copy color: '#CCC682'

red 204 ◦ green 198 ◦ blue 130

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

Shades of Winter Hazel #CCC682

Tints of Winter Hazel #CCC682

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.22%

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

R = 38.35%
G = 37.22%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CCC682 (or 0xCCC682) is known color: Winter Hazel. HEX triplet: CC, C6 and 82. RGB value is (204,198,130). Sum of RGB (Red+Green+Blue) = 204+198+130=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 198 (77.73% from 255 or 37.22% from 532); Blue value is 130 (51.17% from 255 or 24.44% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC682 is #33397D. Grayscale: #C0C0C0. Windows color (decimal): -3357054 or 8570572. OLE color: 8570572.

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

Color convert

RGB 204 198 130 -
CMYK 0 0.03 0.36 0.2
HSL 55.14º 0.42% 0.65% -
HSV(B) 55.14º 0.36% 0.8% -
XYZ 49.13 54.84 29.11 -
YUV 192.04 92.99 136.53 -
System Red Green Blue C M Y K H S L
Decimal 204 198 130 0 0.03 0.36 0.2 55.14 0.42 0.65
Hex CC C6 82 0 3 24 14 37 2A 41
Octal 314 306 202 0 3 44 24 67 52 101
Binary 11001100 11000110 10000010 0 11 100100 10100 110111 101010 1000001

Color Harmonies of #CCC682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC682

Black with #CCC682

Text Example


Text Example

White with #CCC682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC682; }

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

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

background-color css

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

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

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

border-color css

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

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

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