Html Css Color HEX #C5D0AC Pale Leaf

📋 copy color: '#C5D0AC'

red 197 ◦ green 208 ◦ blue 172

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

Shades of Pale Leaf #C5D0AC

Tints of Pale Leaf #C5D0AC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.05%

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

R = 34.14%
G = 36.05%
B = 29.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#C5D0AC (or 0xC5D0AC) is known color: Pale Leaf. HEX triplet: C5, D0 and AC. RGB value is (197,208,172). Sum of RGB (Red+Green+Blue) = 197+208+172=577 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.14% from 577); Green value is 208 (81.64% from 255 or 36.05% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D0AC is #3A2F53. Grayscale: #C8C8C8. Windows color (decimal): -3813204 or 11325637. OLE color: 11325637.

HSL color Cylindrical-coordinate representation of color #C5D0AC: hue angle of 78.33º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5D0AC is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 208 172 -
CMYK 0.05 0 0.17 0.18
HSL 78.33º 0.28% 0.75% -
HSV(B) 78.33º 0.17% 0.82% -
XYZ 53.03 59.96 47.81 -
YUV 200.61 111.86 125.43 -
System Red Green Blue C M Y K H S L
Decimal 197 208 172 0.05 0 0.17 0.18 78.33 0.28 0.75
Hex C5 D0 AC 5 0 11 12 4E 1C 4B
Octal 305 320 254 5 0 21 22 116 34 113
Binary 11000101 11010000 10101100 101 0 10001 10010 1001110 11100 1001011

Color Harmonies of #C5D0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D0AC

Black with #C5D0AC

Text Example


Text Example

White with #C5D0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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