#C3CE7F

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

Shades of Deco #C3CE7F

Tints of Deco #C3CE7F

Color information

#C3CE7F (or 0xC3CE7F) is unknown color: approx Deco. HEX triplet: C3, CE and 7F. RGB value is (195,206,127). Sum of RGB (Red+Green+Blue) = 195+206+127=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 127 (50% from 255 or 24.05% from 528); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CE7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3CE7F is #3C3180. Grayscale: #C2C2C2. Windows color (decimal): -3944833 or 8376003. OLE color: 8376003.

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

Color convert

RGB195206127-
CMYK0.0500.380.19
HSL68.35º44.63%65.29%-
HSV(B)68.35º38.35%80.78%-
XYZ48.4157.2828.58-
YUV193.790.36128.92-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.93%
GREEN value IS 206 (80.86% from 255) = 39.02%
BLUE value IS 127 (50% from 255) = 24.05%
R=36.93%
G=39.02%
B=24.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1952061270.0500.380.1968.3544.6365.29
HexC3CE7F502613442d41
Octal30331617750462310455101
Binary1100001111001110111111110101001101001110001001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CE7F; }

 p { color: rgb(195,206,127); }

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

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

 a { background-color: rgb(195,206,127); }

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

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

 span { border-color: rgb(195,206,127); }

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