#C6C881

Color #C6C881 Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #C6C881

Tints of Deco #C6C881

Color information

#C6C881 (or 0xC6C881) is unknown color: approx Deco. HEX triplet: C6, C8 and 81. RGB value is (198,200,129). Sum of RGB (Red+Green+Blue) = 198+200+129=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 129 (50.78% from 255 or 24.48% from 527); Max value from RGB is 200 - color contains mainly: green. Hex color #C6C881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C881 is #39377E. Grayscale: #BFBFBF. Windows color (decimal): -3749759 or 8505542. OLE color: 8505542.

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

Color convert

RGB198200129-
CMYK0.0100.360.22
HSL61.69º39.23%64.51%-
HSV(B)61.69º35.5%78.43%-
XYZ47.9154.928.84-
YUV191.3192.84132.77-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.57%
GREEN value IS 200 (78.52% from 255) = 37.95%
BLUE value IS 129 (50.78% from 255) = 24.48%
R=37.57%
G=37.95%
B=24.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982001290.0100.360.2261.6939.2364.51
HexC6C8811024163e2741
Octal3063102011044267647101
Binary11000110110010001000000110100100101101111101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C881; }

 p { color: rgb(198,200,129); }

 H1.HeaderClassName
 {
   color: #C6C881;
 }
 .AnyTagClassName
 {
   color: #C6C881;
 }
</style>
background-color css

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

 a { background-color: rgb(198,200,129); }

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

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

 span { border-color: rgb(198,200,129); }

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