Html Css Color HEX #C5CDAA Pale Leaf

📋 copy color: '#C5CDAA'

red 197 ◦ green 205 ◦ blue 170

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

Shades of Pale Leaf #C5CDAA

Tints of Pale Leaf #C5CDAA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.84%

 BLUE value IS 170 (66.8% from 255) = 29.72%

R = 34.44%
G = 35.84%
B = 29.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#C5CDAA (or 0xC5CDAA) is known color: Pale Leaf. HEX triplet: C5, CD and AA. RGB value is (197,205,170). Sum of RGB (Red+Green+Blue) = 197+205+170=572 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.44% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CDAA is #3A3255. Grayscale: #C6C6C6. Windows color (decimal): -3813974 or 11193797. OLE color: 11193797.

HSL color Cylindrical-coordinate representation of color #C5CDAA: hue angle of 73.71º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5CDAA is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 205 170 -
CMYK 0.04 0 0.17 0.20
HSL 73.71º 0.26% 0.74% -
HSV(B) 73.71º 0.17% 0.8% -
XYZ 52.11 58.44 46.56 -
YUV 198.62 111.85 126.85 -
System Red Green Blue C M Y K H S L
Decimal 197 205 170 0.04 0 0.17 0.20 73.71 0.26 0.74
Hex C5 CD AA 4 0 11 14 4A 1A 4A
Octal 305 315 252 4 0 21 24 112 32 112
Binary 11000101 11001101 10101010 100 0 10001 10100 1001010 11010 1001010

Color Harmonies of #C5CDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CDAA

Black with #C5CDAA

Text Example


Text Example

White with #C5CDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CDAA; }

 p { color: rgb(197,205,170); }

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

background-color css

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

 a { background-color: rgb(197,205,170); }

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

border-color css

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

 span { border-color: rgb(197,205,170); }

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