Html Css Color HEX #CAD7A2 Pale Leaf

📋 copy color: '#CAD7A2'

red 202 ◦ green 215 ◦ blue 162

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

Shades of Pale Leaf #CAD7A2

Tints of Pale Leaf #CAD7A2

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.13%

 BLUE value IS 162 (63.67% from 255) = 27.98%

R = 34.89%
G = 37.13%
B = 27.98%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#CAD7A2 (or 0xCAD7A2) is known color: Pale Leaf. HEX triplet: CA, D7 and A2. RGB value is (202,215,162). Sum of RGB (Red+Green+Blue) = 202+215+162=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 162 (63.67% from 255 or 27.98% from 579); Max value from RGB is 215 - color contains mainly: green. Hex color #CAD7A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD7A2 is #35285D. Grayscale: #CDCDCD. Windows color (decimal): -3483742 or 10672074. OLE color: 10672074.

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

Color convert

RGB 202 215 162 -
CMYK 0.06 0 0.25 0.16
HSL 74.72º 0.4% 0.74% -
HSV(B) 74.72º 0.25% 0.84% -
XYZ 55.18 63.77 43.58 -
YUV 205.07 103.69 125.81 -
System Red Green Blue C M Y K H S L
Decimal 202 215 162 0.06 0 0.25 0.16 74.72 0.4 0.74
Hex CA D7 A2 6 0 19 10 4B 28 4A
Octal 312 327 242 6 0 31 20 113 50 112
Binary 11001010 11010111 10100010 110 0 11001 10000 1001011 101000 1001010

Color Harmonies of #CAD7A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD7A2

Black with #CAD7A2

Text Example


Text Example

White with #CAD7A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD7A2; }

 p { color: rgb(202,215,162); }

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

background-color css

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

 a { background-color: rgb(202,215,162); }

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

border-color css

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

 span { border-color: rgb(202,215,162); }

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