#CAD5A0

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

Shades of Pale Leaf #CAD5A0

Tints of Pale Leaf #CAD5A0

Color information

#CAD5A0 (or 0xCAD5A0) is unknown color: approx Pale Leaf. HEX triplet: CA, D5 and A0. RGB value is (202,213,160). Sum of RGB (Red+Green+Blue) = 202+213+160=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 160 (62.89% from 255 or 27.83% from 575); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD5A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD5A0 is #352A5F. Grayscale: #CBCBCB. Windows color (decimal): -3484256 or 10540490. OLE color: 10540490.

HSL color Cylindrical-coordinate representation of color #CAD5A0: hue angle of 72.45º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAD5A0 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB202213160-
CMYK0.0500.250.16
HSL72.45º38.69%73.14%-
HSV(B)72.45º24.88%83.53%-
XYZ54.562.6842.48-
YUV203.67103.36126.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.13%
GREEN value IS 213 (83.59% from 255) = 37.04%
BLUE value IS 160 (62.89% from 255) = 27.83%
R=35.13%
G=37.04%
B=27.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022131600.0500.250.1672.4538.6973.14
HexCAD5A0501910482749
Octal31232524050312011047111
Binary1100101011010101101000001010110011000010010001001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD5A0; }

 p { color: rgb(202,213,160); }

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

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

 a { background-color: rgb(202,213,160); }

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

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

 span { border-color: rgb(202,213,160); }

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