Shades of Pale Leaf #C1CDA5
Tints of Pale Leaf #C1CDA5
RGB
CMYK
RGB Variations
Color information
#C1CDA5 (or 0xC1CDA5) is known color: Pale Leaf. HEX triplet: C1, CD and A5. RGB value is (193,205,165). Sum of RGB (Red+Green+Blue) = 193+205+165=563 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.28% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 165 (64.84% from 255 or 29.31% from 563); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CDA5 is #3E325A. Grayscale: #C5C5C5. Windows color (decimal): -4076123 or 10866113. OLE color: 10866113.
HSL color Cylindrical-coordinate representation of color #C1CDA5: hue angle of 78º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1CDA5 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 205 | 165 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.20 |
| HSL | 78º | 0.29% | 0.73% | - |
| HSV(B) | 78º | 0.2% | 0.8% | - |
| XYZ | 50.62 | 57.72 | 44.07 | - |
| YUV | 196.85 | 110.02 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 205 | 165 | 0.06 | 0 | 0.20 | 0.20 | 78 | 0.29 | 0.73 |
| Hex | C1 | CD | A5 | 6 | 0 | 14 | 14 | 4E | 1D | 49 |
| Octal | 301 | 315 | 245 | 6 | 0 | 24 | 24 | 116 | 35 | 111 |
| Binary | 11000001 | 11001101 | 10100101 | 110 | 0 | 10100 | 10100 | 1001110 | 11101 | 1001001 |
Color Harmonies of #C1CDA5
Complementary color
Monochromatic Colors of #C1CDA5
Black with #C1CDA5
Text Example
Text Example
White with #C1CDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CDA5; }
p { color: rgb(193,205,165); }
H1.HeaderClassName
{
color: #C1CDA5;
}
.AnyTagClassName
{
color: #C1CDA5;
}
</style>
background-color css
<style>
a { background-color: #C1CDA5; }
a { background-color: rgb(193,205,165); }
div.DivClassName
{
background-color: #C1CDA5;
}
.BgClassName
{
background-color: #C1CDA5;
}
</style>
border-color css
<style>
span { border-color: #C1CDA5; }
span { border-color: rgb(193,205,165); }
td.TdClassName
{
border-color: #C1CDA5;
}
.TagClassName
{
border-color: #C1CDA5;
}
</style>