Html Css Color HEX #C5D0AD Pale Leaf

📋 copy color: '#C5D0AD'

red 197 ◦ green 208 ◦ blue 173

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

Shades of Pale Leaf #C5D0AD

Tints of Pale Leaf #C5D0AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 29.93%

R = 34.08%
G = 35.99%
B = 29.93%

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

#C5D0AD (or 0xC5D0AD) is known color: Pale Leaf. HEX triplet: C5, D0 and AD. RGB value is (197,208,173). Sum of RGB (Red+Green+Blue) = 197+208+173=578 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.08% from 578); Green value is 208 (81.64% from 255 or 35.99% from 578); Blue value is 173 (67.97% from 255 or 29.93% from 578); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D0AD is #3A2F52. Grayscale: #C8C8C8. Windows color (decimal): -3813203 or 11391173. OLE color: 11391173.

HSL color Cylindrical-coordinate representation of color #C5D0AD: hue angle of 78.86º degrees, saturation: 0.27, 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 #C5D0AD is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 208 173 -
CMYK 0.05 0 0.17 0.18
HSL 78.86º 0.27% 0.75% -
HSV(B) 78.86º 0.17% 0.82% -
XYZ 53.12 60 48.32 -
YUV 200.72 112.36 125.35 -
System Red Green Blue C M Y K H S L
Decimal 197 208 173 0.05 0 0.17 0.18 78.86 0.27 0.75
Hex C5 D0 AD 5 0 11 12 4F 1B 4B
Octal 305 320 255 5 0 21 22 117 33 113
Binary 11000101 11010000 10101101 101 0 10001 10010 1001111 11011 1001011

Color Harmonies of #C5D0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D0AD

Black with #C5D0AD

Text Example


Text Example

White with #C5D0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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