#C5CF8D

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

Shades of Deco #C5CF8D

Tints of Deco #C5CF8D

Color information

#C5CF8D (or 0xC5CF8D) is unknown color: approx Deco. HEX triplet: C5, CF and 8D. RGB value is (197,207,141). Sum of RGB (Red+Green+Blue) = 197+207+141=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 141 (55.47% from 255 or 25.87% from 545); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CF8D is #3A3072. Grayscale: #C4C4C4. Windows color (decimal): -3813491 or 9293765. OLE color: 9293765.

HSL color Cylindrical-coordinate representation of color #C5CF8D: hue angle of 69.09º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C5CF8D is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB197207141-
CMYK0.0500.320.19
HSL69.09º40.74%68.24%-
HSV(B)69.09º31.88%81.18%-
XYZ50.1558.4233.83-
YUV196.4996.69128.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.15%
GREEN value IS 207 (81.25% from 255) = 37.98%
BLUE value IS 141 (55.47% from 255) = 25.87%
R=36.15%
G=37.98%
B=25.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1972071410.0500.320.1969.0940.7468.24
HexC5CF8D502013452944
Octal30531721550402310551104
Binary11000101110011111000110110101000001001110001011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CF8D; }

 p { color: rgb(197,207,141); }

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

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

 a { background-color: rgb(197,207,141); }

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

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

 span { border-color: rgb(197,207,141); }

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