#C4CDA2

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

Shades of Pale Leaf #C4CDA2

Tints of Pale Leaf #C4CDA2

Color information

#C4CDA2 (or 0xC4CDA2) is unknown color: approx Pale Leaf. HEX triplet: C4, CD and A2. RGB value is (196,205,162). Sum of RGB (Red+Green+Blue) = 196+205+162=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 162 (63.67% from 255 or 28.77% from 563); Max value from RGB is 205 - color contains mainly: green. Hex color #C4CDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CDA2 is #3B325D. Grayscale: #C5C5C5. Windows color (decimal): -3879518 or 10669508. OLE color: 10669508.

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

Color convert

RGB196205162-
CMYK0.0400.210.20
HSL72.56º30.07%71.96%-
HSV(B)72.56º20.98%80.39%-
XYZ51.1258.0142.68-
YUV197.41108.02127-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.81%
GREEN value IS 205 (80.47% from 255) = 36.41%
BLUE value IS 162 (63.67% from 255) = 28.77%
R=34.81%
G=36.41%
B=28.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1962051620.0400.210.2072.5630.0771.96
HexC4CDA2401514491e48
Octal30431524240252411136110
Binary110001001100110110100010100010101101001001001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CDA2; }

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

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

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

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

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

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

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

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