Shades of Pumice #C1CDB5
Tints of Pumice #C1CDB5
RGB
CMYK
RGB Variations
Color information
#C1CDB5 (or 0xC1CDB5) is known color: Pumice. HEX triplet: C1, CD and B5. RGB value is (193,205,181). Sum of RGB (Red+Green+Blue) = 193+205+181=579 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.33% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 181 (71.09% from 255 or 31.26% from 579); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CDB5 is #3E324A. Grayscale: #C6C6C6. Windows color (decimal): -4076107 or 11914689. OLE color: 11914689.
HSL color Cylindrical-coordinate representation of color #C1CDB5: hue angle of 90º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1CDB5 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
RGB | 193 | 205 | 181 | - |
CMYK | 0.06 | 0 | 0.12 | 0.20 |
HSL | 90º | 0.19% | 0.76% | - |
HSV(B) | 90º | 0.12% | 0.8% | - |
XYZ | 52.16 | 58.34 | 52.23 | - |
YUV | 198.68 | 118.02 | 123.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 205 | 181 | 0.06 | 0 | 0.12 | 0.20 | 90 | 0.19 | 0.76 |
Hex | C1 | CD | B5 | 6 | 0 | C | 14 | 5A | 13 | 4C |
Octal | 301 | 315 | 265 | 6 | 0 | 14 | 24 | 132 | 23 | 114 |
Binary | 11000001 | 11001101 | 10110101 | 110 | 0 | 1100 | 10100 | 1011010 | 10011 | 1001100 |
Color Harmonies of #C1CDB5
Complementary color
Monochromatic Colors of #C1CDB5
Black with #C1CDB5
Text Example
Text Example
White with #C1CDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CDB5; }
p { color: rgb(193,205,181); }
H1.HeaderClassName
{
color: #C1CDB5;
}
.AnyTagClassName
{
color: #C1CDB5;
}
</style>
background-color css
<style>
a { background-color: #C1CDB5; }
a { background-color: rgb(193,205,181); }
div.DivClassName
{
background-color: #C1CDB5;
}
.BgClassName
{
background-color: #C1CDB5;
}
</style>
border-color css
<style>
span { border-color: #C1CDB5; }
span { border-color: rgb(193,205,181); }
td.TdClassName
{
border-color: #C1CDB5;
}
.TagClassName
{
border-color: #C1CDB5;
}
</style>