#C7CF8D

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

Shades of Deco #C7CF8D

Tints of Deco #C7CF8D

Color information

#C7CF8D (or 0xC7CF8D) is unknown color: approx Deco. HEX triplet: C7, CF and 8D. RGB value is (199,207,141). Sum of RGB (Red+Green+Blue) = 199+207+141=547 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.38% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CF8D is #383072. Grayscale: #C5C5C5. Windows color (decimal): -3682419 or 9293767. OLE color: 9293767.

HSL color Cylindrical-coordinate representation of color #C7CF8D: hue angle of 67.27º 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 #C7CF8D is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB199207141-
CMYK0.0400.320.19
HSL67.27º40.74%68.24%-
HSV(B)67.27º31.88%81.18%-
XYZ50.6758.6933.86-
YUV197.0896.35129.37-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.38%
GREEN value IS 207 (81.25% from 255) = 37.84%
BLUE value IS 141 (55.47% from 255) = 25.78%
R=36.38%
G=37.84%
B=25.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1992071410.0400.320.1967.2740.7468.24
HexC7CF8D402013432944
Octal30731721540402310351104
Binary11000111110011111000110110001000001001110000111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CF8D; }

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

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

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

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

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

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

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

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