Shades of Pale Leaf #C1C7B4
Tints of Pale Leaf #C1C7B4
RGB
CMYK
RGB Variations
Color information
#C1C7B4 (or 0xC1C7B4) is known color: Pale Leaf. HEX triplet: C1, C7 and B4. RGB value is (193,199,180). Sum of RGB (Red+Green+Blue) = 193+199+180=572 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.74% from 572); Green value is 199 (78.12% from 255 or 34.79% from 572); Blue value is 180 (70.70% from 255 or 31.47% from 572); Max value from RGB is 199 - color contains mainly: green. Hex color #C1C7B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C7B4 is #3E384B. Grayscale: #C3C3C3. Windows color (decimal): -4077644 or 11847617. OLE color: 11847617.
HSL color Cylindrical-coordinate representation of color #C1C7B4: hue angle of 78.95º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1C7B4 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 199 | 180 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.22 |
| HSL | 78.95º | 0.15% | 0.74% | - |
| HSV(B) | 78.95º | 0.1% | 0.78% | - |
| XYZ | 50.65 | 55.48 | 51.22 | - |
| YUV | 195.04 | 119.51 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 199 | 180 | 0.03 | 0 | 0.10 | 0.22 | 78.95 | 0.15 | 0.74 |
| Hex | C1 | C7 | B4 | 3 | 0 | A | 16 | 4F | F | 4A |
| Octal | 301 | 307 | 264 | 3 | 0 | 12 | 26 | 117 | 17 | 112 |
| Binary | 11000001 | 11000111 | 10110100 | 11 | 0 | 1010 | 10110 | 1001111 | 1111 | 1001010 |
Color Harmonies of #C1C7B4
Complementary color
Monochromatic Colors of #C1C7B4
Black with #C1C7B4
Text Example
Text Example
White with #C1C7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C7B4; }
p { color: rgb(193,199,180); }
H1.HeaderClassName
{
color: #C1C7B4;
}
.AnyTagClassName
{
color: #C1C7B4;
}
</style>
background-color css
<style>
a { background-color: #C1C7B4; }
a { background-color: rgb(193,199,180); }
div.DivClassName
{
background-color: #C1C7B4;
}
.BgClassName
{
background-color: #C1C7B4;
}
</style>
border-color css
<style>
span { border-color: #C1C7B4; }
span { border-color: rgb(193,199,180); }
td.TdClassName
{
border-color: #C1C7B4;
}
.TagClassName
{
border-color: #C1C7B4;
}
</style>