#C5CCAD

Color #C5CCAD Pale Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Leaf #C5CCAD

Tints of Pale Leaf #C5CCAD

Color information

#C5CCAD (or 0xC5CCAD) is unknown color: approx Pale Leaf. HEX triplet: C5, CC and AD. RGB value is (197,204,173). Sum of RGB (Red+Green+Blue) = 197+204+173=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CCAD is #3A3352. Grayscale: #C6C6C6. Windows color (decimal): -3814227 or 11390149. OLE color: 11390149.

HSL color Cylindrical-coordinate representation of color #C5CCAD: hue angle of 73.55º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5CCAD is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB197204173-
CMYK0.0300.150.2
HSL73.55º23.31%73.92%-
HSV(B)73.55º15.2%80%-
XYZ52.1658.0748-
YUV198.37113.68127.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.32%
GREEN value IS 204 (80.08% from 255) = 35.54%
BLUE value IS 173 (67.97% from 255) = 30.14%
R=34.32%
G=35.54%
B=30.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1972041730.0300.150.273.5523.3173.92
HexC5CCAD30F144a174a
Octal30531425530172411227112
Binary1100010111001100101011011101111101001001010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CCAD; }

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

 H1.HeaderClassName
 {
   color: #C5CCAD;
 }
 .AnyTagClassName
 {
   color: #C5CCAD;
 }
</style>
background-color css

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

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

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

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

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

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