Html Css Color HEX #C6C982 Deco

📋 copy color: '#C6C982'

red 198 ◦ green 201 ◦ blue 130

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

Shades of Deco #C6C982

Tints of Deco #C6C982

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38%

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

R = 37.43%
G = 38%
B = 24.57%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C6C982 (or 0xC6C982) is known color: Deco. HEX triplet: C6, C9 and 82. RGB value is (198,201,130). Sum of RGB (Red+Green+Blue) = 198+201+130=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 130 (51.17% from 255 or 24.57% from 529); Max value from RGB is 201 - color contains mainly: green. Hex color #C6C982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C982 is #39367D. Grayscale: #C0C0C0. Windows color (decimal): -3749502 or 8571334. OLE color: 8571334.

HSL color Cylindrical-coordinate representation of color #C6C982: hue angle of 62.54º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C6C982 is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 198 201 130 -
CMYK 0.01 0 0.35 0.21
HSL 62.54º 0.4% 0.65% -
HSV(B) 62.54º 0.35% 0.79% -
XYZ 48.2 55.39 29.27 -
YUV 192.01 93.01 132.27 -
System Red Green Blue C M Y K H S L
Decimal 198 201 130 0.01 0 0.35 0.21 62.54 0.4 0.65
Hex C6 C9 82 1 0 23 15 3F 28 41
Octal 306 311 202 1 0 43 25 77 50 101
Binary 11000110 11001001 10000010 1 0 100011 10101 111111 101000 1000001

Color Harmonies of #C6C982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C982

Black with #C6C982

Text Example


Text Example

White with #C6C982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C982; }

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

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

background-color css

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

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

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

border-color css

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

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

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