Html Css Color HEX #C5D5A2 Pale Leaf

📋 copy color: '#C5D5A2'

red 197 ◦ green 213 ◦ blue 162

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

Shades of Pale Leaf #C5D5A2

Tints of Pale Leaf #C5D5A2

RGB

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

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

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

R = 34.44%
G = 37.24%
B = 28.32%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#C5D5A2 (or 0xC5D5A2) is known color: Pale Leaf. HEX triplet: C5, D5 and A2. RGB value is (197,213,162). Sum of RGB (Red+Green+Blue) = 197+213+162=572 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.44% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 162 (63.67% from 255 or 28.32% from 572); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D5A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D5A2 is #3A2A5D. Grayscale: #CACACA. Windows color (decimal): -3811934 or 10671557. OLE color: 10671557.

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

Color convert

RGB 197 213 162 -
CMYK 0.08 0 0.24 0.16
HSL 78.82º 0.38% 0.74% -
HSV(B) 78.82º 0.24% 0.84% -
XYZ 53.34 62.07 43.35 -
YUV 202.4 105.2 124.15 -
System Red Green Blue C M Y K H S L
Decimal 197 213 162 0.08 0 0.24 0.16 78.82 0.38 0.74
Hex C5 D5 A2 8 0 18 10 4F 26 4A
Octal 305 325 242 10 0 30 20 117 46 112
Binary 11000101 11010101 10100010 1000 0 11000 10000 1001111 100110 1001010

Color Harmonies of #C5D5A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D5A2

Black with #C5D5A2

Text Example


Text Example

White with #C5D5A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D5A2; }

 p { color: rgb(197,213,162); }

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

background-color css

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

 a { background-color: rgb(197,213,162); }

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

border-color css

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

 span { border-color: rgb(197,213,162); }

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