#C4CDA9

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

Shades of Pale Leaf #C4CDA9

Tints of Pale Leaf #C4CDA9

Color information

#C4CDA9 (or 0xC4CDA9) is unknown color: approx Pale Leaf. HEX triplet: C4, CD and A9. RGB value is (196,205,169). Sum of RGB (Red+Green+Blue) = 196+205+169=570 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.39% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 169 (66.41% from 255 or 29.65% from 570); Max value from RGB is 205 - color contains mainly: green. Hex color #C4CDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CDA9 is #3B3256. Grayscale: #C6C6C6. Windows color (decimal): -3879511 or 11128260. OLE color: 11128260.

HSL color Cylindrical-coordinate representation of color #C4CDA9: hue angle of 75º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4CDA9 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB196205169-
CMYK0.0400.180.20
HSL75º26.47%73.33%-
HSV(B)75º17.56%80.39%-
XYZ51.7658.2646.05-
YUV198.2111.52126.43-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.39%
GREEN value IS 205 (80.47% from 255) = 35.96%
BLUE value IS 169 (66.41% from 255) = 29.65%
R=34.39%
G=35.96%
B=29.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1962051690.0400.180.207526.4773.33
HexC4CDA94012144b1a49
Octal30431525140222411332111
Binary110001001100110110101001100010010101001001011110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CDA9; }

 p { color: rgb(196,205,169); }

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

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

 a { background-color: rgb(196,205,169); }

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

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

 span { border-color: rgb(196,205,169); }

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