#C6CD8D

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

Shades of Deco #C6CD8D

Tints of Deco #C6CD8D

Color information

#C6CD8D (or 0xC6CD8D) is unknown color: approx Deco. HEX triplet: C6, CD and 8D. RGB value is (198,205,141). Sum of RGB (Red+Green+Blue) = 198+205+141=544 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.40% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 141 (55.47% from 255 or 25.92% from 544); Max value from RGB is 205 - color contains mainly: green. Hex color #C6CD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CD8D is #393272. Grayscale: #C3C3C3. Windows color (decimal): -3748467 or 9293254. OLE color: 9293254.

HSL color Cylindrical-coordinate representation of color #C6CD8D: hue angle of 66.56º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C6CD8D is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB198205141-
CMYK0.0300.310.20
HSL66.56º39.02%67.84%-
HSV(B)66.56º31.22%80.39%-
XYZ49.9357.5933.68-
YUV195.6197.18129.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.40%
GREEN value IS 205 (80.47% from 255) = 37.68%
BLUE value IS 141 (55.47% from 255) = 25.92%
R=36.40%
G=37.68%
B=25.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1982051410.0300.310.2066.5639.0267.84
HexC6CD8D301F14432744
Octal30631521530372410347104
Binary110001101100110110001101110111111010010000111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CD8D; }

 p { color: rgb(198,205,141); }

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

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

 a { background-color: rgb(198,205,141); }

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

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

 span { border-color: rgb(198,205,141); }

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