#C3CFA1

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

Shades of Pale Leaf #C3CFA1

Tints of Pale Leaf #C3CFA1

Color information

#C3CFA1 (or 0xC3CFA1) is unknown color: approx Pale Leaf. HEX triplet: C3, CF and A1. RGB value is (195,207,161). Sum of RGB (Red+Green+Blue) = 195+207+161=563 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.64% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 161 (63.28% from 255 or 28.60% from 563); Max value from RGB is 207 - color contains mainly: green. Hex color #C3CFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CFA1 is #3C305E. Grayscale: #C6C6C6. Windows color (decimal): -3944543 or 10604483. OLE color: 10604483.

HSL color Cylindrical-coordinate representation of color #C3CFA1: hue angle of 75.65º 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 #C3CFA1 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB195207161-
CMYK0.0600.220.19
HSL75.65º32.39%72.16%-
HSV(B)75.65º22.22%81.18%-
XYZ51.2558.842.37-
YUV198.17107.02125.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.64%
GREEN value IS 207 (81.25% from 255) = 36.77%
BLUE value IS 161 (63.28% from 255) = 28.60%
R=34.64%
G=36.77%
B=28.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1952071610.0600.220.1975.6532.3972.16
HexC3CFA16016134c2048
Octal30331724160262311440110
Binary1100001111001111101000011100101101001110011001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CFA1; }

 p { color: rgb(195,207,161); }

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

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

 a { background-color: rgb(195,207,161); }

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

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

 span { border-color: rgb(195,207,161); }

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