#C6CA83

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

Shades of Deco #C6CA83

Tints of Deco #C6CA83

Color information

#C6CA83 (or 0xC6CA83) is unknown color: approx Deco. HEX triplet: C6, CA and 83. RGB value is (198,202,131). Sum of RGB (Red+Green+Blue) = 198+202+131=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 131 (51.56% from 255 or 24.67% from 531); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CA83 is #39357C. Grayscale: #C0C0C0. Windows color (decimal): -3749245 or 8637126. OLE color: 8637126.

HSL color Cylindrical-coordinate representation of color #C6CA83: hue angle of 63.38º 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 #C6CA83 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB198202131-
CMYK0.0200.350.21
HSL63.38º40.11%65.29%-
HSV(B)63.38º35.15%79.22%-
XYZ48.5155.8929.7-
YUV192.7193.17131.77-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.29%
GREEN value IS 202 (79.30% from 255) = 38.04%
BLUE value IS 131 (51.56% from 255) = 24.67%
R=37.29%
G=38.04%
B=24.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1982021310.0200.350.2163.3840.1165.29
HexC6CA832023153f2841
Octal3063122032043257750101
Binary110001101100101010000011100100011101011111111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CA83; }

 p { color: rgb(198,202,131); }

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

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

 a { background-color: rgb(198,202,131); }

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

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

 span { border-color: rgb(198,202,131); }

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