Html Css Color HEX #CAD5A0 Pale Leaf

📋 copy color: '#CAD5A0'

red 202 ◦ green 213 ◦ blue 160

#CAD5A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Leaf #CAD5A0

Tints of Pale Leaf #CAD5A0

RGB

 RED value IS 202 (79.3% 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 value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#CAD5A0 (or 0xCAD5A0) is known color: 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

RGB 202 213 160 -
CMYK 0.05 0 0.25 0.16
HSL 72.45º 0.39% 0.73% -
HSV(B) 72.45º 0.25% 0.84% -
XYZ 54.5 62.68 42.48 -
YUV 203.67 103.36 126.81 -
System Red Green Blue C M Y K H S L
Decimal 202 213 160 0.05 0 0.25 0.16 72.45 0.39 0.73
Hex CA D5 A0 5 0 19 10 48 27 49
Octal 312 325 240 5 0 31 20 110 47 111
Binary 11001010 11010101 10100000 101 0 11001 10000 1001000 100111 1001001

Color Harmonies of #CAD5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD5A0

Black with #CAD5A0

Text Example


Text Example

White with #CAD5A0

Text Example


Text Example

HTML Codes & Css Web 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>