Shades of Geyser #C1CDCB
Tints of Geyser #C1CDCB
RGB
CMYK
RGB Variations
Color information
#C1CDCB (or 0xC1CDCB) is known color: Geyser. HEX triplet: C1, CD and CB. RGB value is (193,205,203). Sum of RGB (Red+Green+Blue) = 193+205+203=601 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.11% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CDCB is #3E3234. Grayscale: #C9C9C9. Windows color (decimal): -4076085 or 13356481. OLE color: 13356481.
HSL color Cylindrical-coordinate representation of color #C1CDCB: hue angle of 170º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C1CDCB is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 205 | 203 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.20 |
| HSL | 170º | 0.11% | 0.78% | - |
| HSV(B) | 170º | 0.06% | 0.8% | - |
| XYZ | 54.6 | 59.31 | 65.07 | - |
| YUV | 201.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 205 | 203 | 0.06 | 0 | 0.01 | 0.20 | 170 | 0.11 | 0.78 |
| Hex | C1 | CD | CB | 6 | 0 | 1 | 14 | AA | B | 4E |
| Octal | 301 | 315 | 313 | 6 | 0 | 1 | 24 | 252 | 13 | 116 |
| Binary | 11000001 | 11001101 | 11001011 | 110 | 0 | 1 | 10100 | 10101010 | 1011 | 1001110 |
Color Harmonies of #C1CDCB
Complementary color
Monochromatic Colors of #C1CDCB
Black with #C1CDCB
Text Example
Text Example
White with #C1CDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CDCB; }
p { color: rgb(193,205,203); }
H1.HeaderClassName
{
color: #C1CDCB;
}
.AnyTagClassName
{
color: #C1CDCB;
}
</style>
background-color css
<style>
a { background-color: #C1CDCB; }
a { background-color: rgb(193,205,203); }
div.DivClassName
{
background-color: #C1CDCB;
}
.BgClassName
{
background-color: #C1CDCB;
}
</style>
border-color css
<style>
span { border-color: #C1CDCB; }
span { border-color: rgb(193,205,203); }
td.TdClassName
{
border-color: #C1CDCB;
}
.TagClassName
{
border-color: #C1CDCB;
}
</style>