Html Css Color HEX #C6C082 Winter Hazel

📋 copy color: '#C6C082'

red 198 ◦ green 192 ◦ blue 130

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

Shades of Winter Hazel #C6C082

Tints of Winter Hazel #C6C082

RGB

 RED value IS 198 (77.73% from 255) = 38.08%

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

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

R = 38.08%
G = 36.92%
B = 25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C6C082 (or 0xC6C082) is known color: Winter Hazel. HEX triplet: C6, C0 and 82. RGB value is (198,192,130). Sum of RGB (Red+Green+Blue) = 198+192+130=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 130 (51.17% from 255 or 25% from 520); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C082 is #393F7D. Grayscale: #BABABA. Windows color (decimal): -3751806 or 8569030. OLE color: 8569030.

HSL color Cylindrical-coordinate representation of color #C6C082: hue angle of 54.71º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C6C082 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 192 130 -
CMYK 0 0.03 0.34 0.22
HSL 54.71º 0.37% 0.64% -
HSV(B) 54.71º 0.34% 0.78% -
XYZ 46.17 51.32 28.59 -
YUV 186.73 95.99 136.04 -
System Red Green Blue C M Y K H S L
Decimal 198 192 130 0 0.03 0.34 0.22 54.71 0.37 0.64
Hex C6 C0 82 0 3 22 16 37 25 40
Octal 306 300 202 0 3 42 26 67 45 100
Binary 11000110 11000000 10000010 0 11 100010 10110 110111 100101 1000000

Color Harmonies of #C6C082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C082

Black with #C6C082

Text Example


Text Example

White with #C6C082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C082; }

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

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

background-color css

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

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

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

border-color css

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

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

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