#C7CE8C

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

Shades of Deco #C7CE8C

Tints of Deco #C7CE8C

Color information

#C7CE8C (or 0xC7CE8C) is unknown color: approx Deco. HEX triplet: C7, CE and 8C. RGB value is (199,206,140). Sum of RGB (Red+Green+Blue) = 199+206+140=545 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.51% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 140 (55.08% from 255 or 25.69% from 545); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CE8C is #383173. Grayscale: #C4C4C4. Windows color (decimal): -3682676 or 9227975. OLE color: 9227975.

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

Color convert

RGB199206140-
CMYK0.0300.320.19
HSL66.36º40.24%67.84%-
HSV(B)66.36º32.04%80.78%-
XYZ50.3658.1833.39-
YUV196.3896.18129.87-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.51%
GREEN value IS 206 (80.86% from 255) = 37.80%
BLUE value IS 140 (55.08% from 255) = 25.69%
R=36.51%
G=37.80%
B=25.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1992061400.0300.320.1966.3640.2467.84
HexC7CE8C302013422844
Octal30731621430402310250104
Binary1100011111001110100011001101000001001110000101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CE8C; }

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

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

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

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

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

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

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

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