Html Css Color HEX #C4CDAA Pale Leaf

📋 copy color: '#C4CDAA'

red 196 ◦ green 205 ◦ blue 170

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

Shades of Pale Leaf #C4CDAA

Tints of Pale Leaf #C4CDAA

RGB

 RED value IS 196 (76.95% from 255) = 34.33%

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

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

R = 34.33%
G = 35.9%
B = 29.77%

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

#C4CDAA (or 0xC4CDAA) is known color: Pale Leaf. HEX triplet: C4, CD and AA. RGB value is (196,205,170). Sum of RGB (Red+Green+Blue) = 196+205+170=571 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.33% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 170 (66.80% from 255 or 29.77% from 571); Max value from RGB is 205 - color contains mainly: green. Hex color #C4CDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CDAA is #3B3255. Grayscale: #C6C6C6. Windows color (decimal): -3879510 or 11193796. OLE color: 11193796.

HSL color Cylindrical-coordinate representation of color #C4CDAA: hue angle of 75.43º 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 #C4CDAA is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 205 170 -
CMYK 0.04 0 0.17 0.20
HSL 75.43º 0.26% 0.74% -
HSV(B) 75.43º 0.17% 0.8% -
XYZ 51.85 58.3 46.55 -
YUV 198.32 112.02 126.35 -
System Red Green Blue C M Y K H S L
Decimal 196 205 170 0.04 0 0.17 0.20 75.43 0.26 0.74
Hex C4 CD AA 4 0 11 14 4B 1A 4A
Octal 304 315 252 4 0 21 24 113 32 112
Binary 11000100 11001101 10101010 100 0 10001 10100 1001011 11010 1001010

Color Harmonies of #C4CDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CDAA

Black with #C4CDAA

Text Example


Text Example

White with #C4CDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CDAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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