Html Css Color HEX #CAD5A1 Pale Leaf

📋 copy color: '#CAD5A1'

red 202 ◦ green 213 ◦ blue 161

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

Shades of Pale Leaf #CAD5A1

Tints of Pale Leaf #CAD5A1

RGB

 RED value IS 202 (79.3% from 255) = 35.07%

 GREEN value IS 213 (83.59% from 255) = 36.98%

 BLUE value IS 161 (63.28% from 255) = 27.95%

R = 35.07%
G = 36.98%
B = 27.95%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#CAD5A1 (or 0xCAD5A1) is known color: Pale Leaf. HEX triplet: CA, D5 and A1. RGB value is (202,213,161). Sum of RGB (Red+Green+Blue) = 202+213+161=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 161 (63.28% from 255 or 27.95% from 576); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD5A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD5A1 is #352A5E. Grayscale: #CBCBCB. Windows color (decimal): -3484255 or 10606026. OLE color: 10606026.

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

Color convert

RGB 202 213 161 -
CMYK 0.05 0 0.24 0.16
HSL 72.69º 0.38% 0.73% -
HSV(B) 72.69º 0.24% 0.84% -
XYZ 54.58 62.72 42.95 -
YUV 203.78 103.86 126.73 -
System Red Green Blue C M Y K H S L
Decimal 202 213 161 0.05 0 0.24 0.16 72.69 0.38 0.73
Hex CA D5 A1 5 0 18 10 49 26 49
Octal 312 325 241 5 0 30 20 111 46 111
Binary 11001010 11010101 10100001 101 0 11000 10000 1001001 100110 1001001

Color Harmonies of #CAD5A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD5A1

Black with #CAD5A1

Text Example


Text Example

White with #CAD5A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD5A1; }

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

 H1.HeaderClassName
 {
   color: #CAD5A1;
 }
 .AnyTagClassName
 {
   color: #CAD5A1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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