#C6CB8E

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

Shades of Deco #C6CB8E

Tints of Deco #C6CB8E

Color information

#C6CB8E (or 0xC6CB8E) is unknown color: approx Deco. HEX triplet: C6, CB and 8E. RGB value is (198,203,142). Sum of RGB (Red+Green+Blue) = 198+203+142=543 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.46% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 142 (55.86% from 255 or 26.15% from 543); Max value from RGB is 203 - color contains mainly: green. Hex color #C6CB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CB8E is #393471. Grayscale: #C2C2C2. Windows color (decimal): -3748978 or 9358278. OLE color: 9358278.

HSL color Cylindrical-coordinate representation of color #C6CB8E: hue angle of 64.92º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6CB8E is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB198203142-
CMYK0.0200.300.20
HSL64.92º36.97%67.65%-
HSV(B)64.92º30.05%79.61%-
XYZ49.5356.6733.92-
YUV194.5598.34130.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.46%
GREEN value IS 203 (79.69% from 255) = 37.38%
BLUE value IS 142 (55.86% from 255) = 26.15%
R=36.46%
G=37.38%
B=26.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1982031420.0200.300.2064.9236.9767.65
HexC6CB8E201E14412544
Octal30631321620362410145104
Binary110001101100101110001110100111101010010000011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CB8E; }

 p { color: rgb(198,203,142); }

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

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

 a { background-color: rgb(198,203,142); }

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

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

 span { border-color: rgb(198,203,142); }

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