#C7CE8B

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

Shades of Deco #C7CE8B

Tints of Deco #C7CE8B

Color information

#C7CE8B (or 0xC7CE8B) is unknown color: approx Deco. HEX triplet: C7, CE and 8B. RGB value is (199,206,139). Sum of RGB (Red+Green+Blue) = 199+206+139=544 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.58% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 139 (54.69% from 255 or 25.55% from 544); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CE8B is #383174. Grayscale: #C4C4C4. Windows color (decimal): -3682677 or 9162439. OLE color: 9162439.

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

Color convert

RGB199206139-
CMYK0.0300.330.19
HSL66.27º40.61%67.65%-
HSV(B)66.27º32.52%80.78%-
XYZ50.2858.1533-
YUV196.2795.68129.95-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.58%
GREEN value IS 206 (80.86% from 255) = 37.87%
BLUE value IS 139 (54.69% from 255) = 25.55%
R=36.58%
G=37.87%
B=25.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1992061390.0300.330.1966.2740.6167.65
HexC7CE8B302113422944
Octal30731621330412310251104
Binary1100011111001110100010111101000011001110000101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CE8B; }

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

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

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

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

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

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

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

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