Html Css Color HEX #C5D6AC Pale Leaf

📋 copy color: '#C5D6AC'

red 197 ◦ green 214 ◦ blue 172

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

Shades of Pale Leaf #C5D6AC

Tints of Pale Leaf #C5D6AC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.71%

 BLUE value IS 172 (67.58% from 255) = 29.5%

R = 33.79%
G = 36.71%
B = 29.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#C5D6AC (or 0xC5D6AC) is known color: Pale Leaf. HEX triplet: C5, D6 and AC. RGB value is (197,214,172). Sum of RGB (Red+Green+Blue) = 197+214+172=583 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.79% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 172 (67.58% from 255 or 29.50% from 583); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D6AC is #3A2953. Grayscale: #CCCCCC. Windows color (decimal): -3811668 or 11327173. OLE color: 11327173.

HSL color Cylindrical-coordinate representation of color #C5D6AC: hue angle of 84.29º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5D6AC is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 214 172 -
CMYK 0.08 0 0.20 0.16
HSL 84.29º 0.34% 0.76% -
HSV(B) 84.29º 0.2% 0.84% -
XYZ 54.52 62.94 48.31 -
YUV 204.13 109.87 122.92 -
System Red Green Blue C M Y K H S L
Decimal 197 214 172 0.08 0 0.20 0.16 84.29 0.34 0.76
Hex C5 D6 AC 8 0 14 10 54 22 4C
Octal 305 326 254 10 0 24 20 124 42 114
Binary 11000101 11010110 10101100 1000 0 10100 10000 1010100 100010 1001100

Color Harmonies of #C5D6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D6AC

Black with #C5D6AC

Text Example


Text Example

White with #C5D6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D6AC; }

 p { color: rgb(197,214,172); }

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

background-color css

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

 a { background-color: rgb(197,214,172); }

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

border-color css

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

 span { border-color: rgb(197,214,172); }

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