Shades of Geyser #C1CBC9
Tints of Geyser #C1CBC9
RGB
CMYK
RGB Variations
Color information
#C1CBC9 (or 0xC1CBC9) is known color: Geyser. HEX triplet: C1, CB and C9. RGB value is (193,203,201). Sum of RGB (Red+Green+Blue) = 193+203+201=597 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.33% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 201 (78.91% from 255 or 33.67% from 597); Max value from RGB is 203 - color contains mainly: green. Hex color #C1CBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CBC9 is #3E3436. Grayscale: #C7C7C7. Windows color (decimal): -4076599 or 13224897. OLE color: 13224897.
HSL color Cylindrical-coordinate representation of color #C1CBC9: hue angle of 168º degrees, saturation: 0.09, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C1CBC9 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
RGB | 193 | 203 | 201 | - |
CMYK | 0.05 | 0 | 0.01 | 0.20 |
HSL | 168º | 0.09% | 0.78% | - |
HSV(B) | 168º | 0.05% | 0.8% | - |
XYZ | 53.89 | 58.27 | 63.66 | - |
YUV | 199.78 | 128.69 | 123.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 203 | 201 | 0.05 | 0 | 0.01 | 0.20 | 168 | 0.09 | 0.78 |
Hex | C1 | CB | C9 | 5 | 0 | 1 | 14 | A8 | 9 | 4E |
Octal | 301 | 313 | 311 | 5 | 0 | 1 | 24 | 250 | 11 | 116 |
Binary | 11000001 | 11001011 | 11001001 | 101 | 0 | 1 | 10100 | 10101000 | 1001 | 1001110 |
Color Harmonies of #C1CBC9
Complementary color
Monochromatic Colors of #C1CBC9
Black with #C1CBC9
Text Example
Text Example
White with #C1CBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CBC9; }
p { color: rgb(193,203,201); }
H1.HeaderClassName
{
color: #C1CBC9;
}
.AnyTagClassName
{
color: #C1CBC9;
}
</style>
background-color css
<style>
a { background-color: #C1CBC9; }
a { background-color: rgb(193,203,201); }
div.DivClassName
{
background-color: #C1CBC9;
}
.BgClassName
{
background-color: #C1CBC9;
}
</style>
border-color css
<style>
span { border-color: #C1CBC9; }
span { border-color: rgb(193,203,201); }
td.TdClassName
{
border-color: #C1CBC9;
}
.TagClassName
{
border-color: #C1CBC9;
}
</style>