Shades of Pale Leaf #C1CBB3
Tints of Pale Leaf #C1CBB3
RGB
CMYK
RGB Variations
Color information
#C1CBB3 (or 0xC1CBB3) is known color: Pale Leaf. HEX triplet: C1, CB and B3. RGB value is (193,203,179). Sum of RGB (Red+Green+Blue) = 193+203+179=575 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.57% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 179 (70.31% from 255 or 31.13% from 575); Max value from RGB is 203 - color contains mainly: green. Hex color #C1CBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CBB3 is #3E344C. Grayscale: #C5C5C5. Windows color (decimal): -4076621 or 11783105. OLE color: 11783105.
HSL color Cylindrical-coordinate representation of color #C1CBB3: hue angle of 85º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1CBB3 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 203 | 179 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.20 |
| HSL | 85º | 0.19% | 0.75% | - |
| HSV(B) | 85º | 0.12% | 0.8% | - |
| XYZ | 51.48 | 57.3 | 51 | - |
| YUV | 197.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 203 | 179 | 0.05 | 0 | 0.12 | 0.20 | 85 | 0.19 | 0.75 |
| Hex | C1 | CB | B3 | 5 | 0 | C | 14 | 55 | 13 | 4B |
| Octal | 301 | 313 | 263 | 5 | 0 | 14 | 24 | 125 | 23 | 113 |
| Binary | 11000001 | 11001011 | 10110011 | 101 | 0 | 1100 | 10100 | 1010101 | 10011 | 1001011 |
Color Harmonies of #C1CBB3
Complementary color
Monochromatic Colors of #C1CBB3
Black with #C1CBB3
Text Example
Text Example
White with #C1CBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CBB3; }
p { color: rgb(193,203,179); }
H1.HeaderClassName
{
color: #C1CBB3;
}
.AnyTagClassName
{
color: #C1CBB3;
}
</style>
background-color css
<style>
a { background-color: #C1CBB3; }
a { background-color: rgb(193,203,179); }
div.DivClassName
{
background-color: #C1CBB3;
}
.BgClassName
{
background-color: #C1CBB3;
}
</style>
border-color css
<style>
span { border-color: #C1CBB3; }
span { border-color: rgb(193,203,179); }
td.TdClassName
{
border-color: #C1CBB3;
}
.TagClassName
{
border-color: #C1CBB3;
}
</style>