#C3CEA0

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

Shades of Pale Leaf #C3CEA0

Tints of Pale Leaf #C3CEA0

Color information

#C3CEA0 (or 0xC3CEA0) is unknown color: approx Pale Leaf. HEX triplet: C3, CE and A0. RGB value is (195,206,160). Sum of RGB (Red+Green+Blue) = 195+206+160=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 160 (62.89% from 255 or 28.52% from 561); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CEA0 is #3C315F. Grayscale: #C5C5C5. Windows color (decimal): -3944800 or 10538691. OLE color: 10538691.

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

Color convert

RGB195206160-
CMYK0.0500.220.19
HSL74.35º31.94%71.76%-
HSV(B)74.35º22.33%80.78%-
XYZ50.9258.2841.82-
YUV197.47106.86126.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.76%
GREEN value IS 206 (80.86% from 255) = 36.72%
BLUE value IS 160 (62.89% from 255) = 28.52%
R=34.76%
G=36.72%
B=28.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1952061600.0500.220.1974.3531.9471.76
HexC3CEA05016134a2048
Octal30331624050262311240110
Binary1100001111001110101000001010101101001110010101000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CEA0; }

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

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

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

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

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

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

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

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