#C3CEAE

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

Shades of Pale Leaf #C3CEAE

Tints of Pale Leaf #C3CEAE

Color information

#C3CEAE (or 0xC3CEAE) is unknown color: approx Pale Leaf. HEX triplet: C3, CE and AE. RGB value is (195,206,174). Sum of RGB (Red+Green+Blue) = 195+206+174=575 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.91% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 174 (68.36% from 255 or 30.26% from 575); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CEAE is #3C3151. Grayscale: #C7C7C7. Windows color (decimal): -3944786 or 11456195. OLE color: 11456195.

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

Color convert

RGB195206174-
CMYK0.0500.160.19
HSL80.62º24.62%74.51%-
HSV(B)80.62º15.53%80.78%-
XYZ52.2258.848.64-
YUV199.06113.86125.1-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.91%
GREEN value IS 206 (80.86% from 255) = 35.83%
BLUE value IS 174 (68.36% from 255) = 30.26%
R=33.91%
G=35.83%
B=30.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1952061740.0500.160.1980.6224.6274.51
HexC3CEAE50101351194b
Octal30331625650202312131113
Binary110000111100111010101110101010000100111010001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CEAE; }

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

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

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

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

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

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

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

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