Html Css Color HEX #C6C488 Deco

📋 copy color: '#C6C488'

red 198 ◦ green 196 ◦ blue 136

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

Shades of Deco #C6C488

Tints of Deco #C6C488

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.98%

 BLUE value IS 136 (53.52% from 255) = 25.66%

R = 37.36%
G = 36.98%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C6C488 (or 0xC6C488) is known color: Deco. HEX triplet: C6, C4 and 88. RGB value is (198,196,136). Sum of RGB (Red+Green+Blue) = 198+196+136=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 136 (53.52% from 255 or 25.66% from 530); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C488 is #393B77. Grayscale: #BEBEBE. Windows color (decimal): -3750776 or 8963270. OLE color: 8963270.

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

Color convert

RGB 198 196 136 -
CMYK 0 0.01 0.31 0.22
HSL 58.06º 0.35% 0.65% -
HSV(B) 58.06º 0.31% 0.78% -
XYZ 47.47 53.26 31.07 -
YUV 189.76 97.66 133.88 -
System Red Green Blue C M Y K H S L
Decimal 198 196 136 0 0.01 0.31 0.22 58.06 0.35 0.65
Hex C6 C4 88 0 1 1F 16 3A 23 41
Octal 306 304 210 0 1 37 26 72 43 101
Binary 11000110 11000100 10001000 0 1 11111 10110 111010 100011 1000001

Color Harmonies of #C6C488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C488

Black with #C6C488

Text Example


Text Example

White with #C6C488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C488; }

 p { color: rgb(198,196,136); }

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

background-color css

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

 a { background-color: rgb(198,196,136); }

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

border-color css

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

 span { border-color: rgb(198,196,136); }

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