#C7CE8F

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

Shades of Deco #C7CE8F

Tints of Deco #C7CE8F

Color information

#C7CE8F (or 0xC7CE8F) is unknown color: approx Deco. HEX triplet: C7, CE and 8F. RGB value is (199,206,143). Sum of RGB (Red+Green+Blue) = 199+206+143=548 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.31% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 143 (56.25% from 255 or 26.09% from 548); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CE8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CE8F is #383170. Grayscale: #C4C4C4. Windows color (decimal): -3682673 or 9424583. OLE color: 9424583.

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

Color convert

RGB199206143-
CMYK0.0300.310.19
HSL66.67º39.13%68.43%-
HSV(B)66.67º30.58%80.78%-
XYZ50.5858.2734.57-
YUV196.7297.68129.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.31%
GREEN value IS 206 (80.86% from 255) = 37.59%
BLUE value IS 143 (56.25% from 255) = 26.09%
R=36.31%
G=37.59%
B=26.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1992061430.0300.310.1966.6739.1368.43
HexC7CE8F301F13432744
Octal30731621730372310347104
Binary110001111100111010001111110111111001110000111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CE8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CE8F; }

 p { color: rgb(199,206,143); }

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

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

 a { background-color: rgb(199,206,143); }

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

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

 span { border-color: rgb(199,206,143); }

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