Html Css Color HEX #C6C98A Deco

📋 copy color: '#C6C98A'

red 198 ◦ green 201 ◦ blue 138

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

Shades of Deco #C6C98A

Tints of Deco #C6C98A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.7%

R = 36.87%
G = 37.43%
B = 25.7%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C6C98A (or 0xC6C98A) is known color: Deco. HEX triplet: C6, C9 and 8A. RGB value is (198,201,138). Sum of RGB (Red+Green+Blue) = 198+201+138=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 201 - color contains mainly: green. Hex color #C6C98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C98A is #393675. Grayscale: #C1C1C1. Windows color (decimal): -3749494 or 9095622. OLE color: 9095622.

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

Color convert

RGB 198 201 138 -
CMYK 0.01 0 0.31 0.21
HSL 62.86º 0.37% 0.66% -
HSV(B) 62.86º 0.31% 0.79% -
XYZ 48.76 55.61 32.21 -
YUV 192.92 97.01 131.62 -
System Red Green Blue C M Y K H S L
Decimal 198 201 138 0.01 0 0.31 0.21 62.86 0.37 0.66
Hex C6 C9 8A 1 0 1F 15 3F 25 42
Octal 306 311 212 1 0 37 25 77 45 102
Binary 11000110 11001001 10001010 1 0 11111 10101 111111 100101 1000010

Color Harmonies of #C6C98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C98A

Black with #C6C98A

Text Example


Text Example

White with #C6C98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C98A; }

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

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

background-color css

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

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

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

border-color css

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

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

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