#C4CFA3

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

Shades of Pale Leaf #C4CFA3

Tints of Pale Leaf #C4CFA3

Color information

#C4CFA3 (or 0xC4CFA3) is unknown color: approx Pale Leaf. HEX triplet: C4, CF and A3. RGB value is (196,207,163). Sum of RGB (Red+Green+Blue) = 196+207+163=566 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.63% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 163 (64.06% from 255 or 28.80% from 566); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CFA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CFA3 is #3B305C. Grayscale: #C6C6C6. Windows color (decimal): -3879005 or 10735556. OLE color: 10735556.

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

Color convert

RGB196207163-
CMYK0.0500.210.19
HSL75º31.43%72.55%-
HSV(B)75º21.26%81.18%-
XYZ51.6959.0143.32-
YUV198.7107.86126.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.63%
GREEN value IS 207 (81.25% from 255) = 36.57%
BLUE value IS 163 (64.06% from 255) = 28.80%
R=34.63%
G=36.57%
B=28.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1962071630.0500.210.197531.4372.55
HexC4CFA35015134b1f49
Octal30431724350252311337111
Binary110001001100111110100011101010101100111001011111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CFA3; }

 p { color: rgb(196,207,163); }

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

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

 a { background-color: rgb(196,207,163); }

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

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

 span { border-color: rgb(196,207,163); }

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