Html Css Color HEX #C5D3A1 Pale Leaf

📋 copy color: '#C5D3A1'

red 197 ◦ green 211 ◦ blue 161

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

Shades of Pale Leaf #C5D3A1

Tints of Pale Leaf #C5D3A1

RGB

 RED value IS 197 (77.34% from 255) = 34.62%

 GREEN value IS 211 (82.81% from 255) = 37.08%

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

R = 34.62%
G = 37.08%
B = 28.3%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.17

RGB Variations

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

Color information

#C5D3A1 (or 0xC5D3A1) is known color: Pale Leaf. HEX triplet: C5, D3 and A1. RGB value is (197,211,161). Sum of RGB (Red+Green+Blue) = 197+211+161=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 211 (82.81% from 255 or 37.08% from 569); Blue value is 161 (63.28% from 255 or 28.30% from 569); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D3A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D3A1 is #3A2C5E. Grayscale: #C9C9C9. Windows color (decimal): -3812447 or 10605509. OLE color: 10605509.

HSL color Cylindrical-coordinate representation of color #C5D3A1: hue angle of 76.8º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5D3A1 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB 197 211 161 -
CMYK 0.07 0 0.24 0.17
HSL 76.8º 0.36% 0.73% -
HSV(B) 76.8º 0.24% 0.83% -
XYZ 52.75 61.03 42.72 -
YUV 201.11 105.36 125.07 -
System Red Green Blue C M Y K H S L
Decimal 197 211 161 0.07 0 0.24 0.17 76.8 0.36 0.73
Hex C5 D3 A1 7 0 18 11 4D 24 49
Octal 305 323 241 7 0 30 21 115 44 111
Binary 11000101 11010011 10100001 111 0 11000 10001 1001101 100100 1001001

Color Harmonies of #C5D3A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D3A1

Black with #C5D3A1

Text Example


Text Example

White with #C5D3A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D3A1; }

 p { color: rgb(197,211,161); }

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

background-color css

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

 a { background-color: rgb(197,211,161); }

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

border-color css

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

 span { border-color: rgb(197,211,161); }

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