Html Css Color HEX #C5D7A1 Pale Leaf

📋 copy color: '#C5D7A1'

red 197 ◦ green 215 ◦ blue 161

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

Shades of Pale Leaf #C5D7A1

Tints of Pale Leaf #C5D7A1

RGB

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

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

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

R = 34.38%
G = 37.52%
B = 28.1%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#C5D7A1 (or 0xC5D7A1) is known color: Pale Leaf. HEX triplet: C5, D7 and A1. RGB value is (197,215,161). Sum of RGB (Red+Green+Blue) = 197+215+161=573 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.38% from 573); Green value is 215 (84.38% from 255 or 37.52% from 573); Blue value is 161 (63.28% from 255 or 28.10% from 573); Max value from RGB is 215 - color contains mainly: green. Hex color #C5D7A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D7A1 is #3A285E. Grayscale: #CBCBCB. Windows color (decimal): -3811423 or 10606533. OLE color: 10606533.

HSL color Cylindrical-coordinate representation of color #C5D7A1: hue angle of 80º 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 #C5D7A1 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 215 161 -
CMYK 0.08 0 0.25 0.16
HSL 80º 0.4% 0.74% -
HSV(B) 80º 0.25% 0.84% -
XYZ 53.76 63.04 43.05 -
YUV 203.46 104.04 123.39 -
System Red Green Blue C M Y K H S L
Decimal 197 215 161 0.08 0 0.25 0.16 80 0.4 0.74
Hex C5 D7 A1 8 0 19 10 50 28 4A
Octal 305 327 241 10 0 31 20 120 50 112
Binary 11000101 11010111 10100001 1000 0 11001 10000 1010000 101000 1001010

Color Harmonies of #C5D7A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D7A1

Black with #C5D7A1

Text Example


Text Example

White with #C5D7A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D7A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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