#C7CD8C

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

Shades of Deco #C7CD8C

Tints of Deco #C7CD8C

Color information

#C7CD8C (or 0xC7CD8C) is unknown color: approx Deco. HEX triplet: C7, CD and 8C. RGB value is (199,205,140). Sum of RGB (Red+Green+Blue) = 199+205+140=544 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.58% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 140 (55.08% from 255 or 25.74% from 544); Max value from RGB is 205 - color contains mainly: green. Hex color #C7CD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CD8C is #383273. Grayscale: #C4C4C4. Windows color (decimal): -3682932 or 9227719. OLE color: 9227719.

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

Color convert

RGB199205140-
CMYK0.0300.320.20
HSL65.54º39.39%67.65%-
HSV(B)65.54º31.71%80.39%-
XYZ50.1257.733.31-
YUV195.896.51130.29-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.58%
GREEN value IS 205 (80.47% from 255) = 37.68%
BLUE value IS 140 (55.08% from 255) = 25.74%
R=36.58%
G=37.68%
B=25.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1992051400.0300.320.2065.5439.3967.65
HexC7CD8C302014422744
Octal30731521430402410247104
Binary1100011111001101100011001101000001010010000101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CD8C; }

 p { color: rgb(199,205,140); }

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

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

 a { background-color: rgb(199,205,140); }

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

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

 span { border-color: rgb(199,205,140); }

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