Shades of Geyser #C1CFCC
Tints of Geyser #C1CFCC
RGB
CMYK
RGB Variations
Color information
#C1CFCC (or 0xC1CFCC) is known color: Geyser. HEX triplet: C1, CF and CC. RGB value is (193,207,204). Sum of RGB (Red+Green+Blue) = 193+207+204=604 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.95% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 207 - color contains mainly: green. Hex color #C1CFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CFCC is #3E3033. Grayscale: #CACACA. Windows color (decimal): -4075572 or 13422529. OLE color: 13422529.
HSL color Cylindrical-coordinate representation of color #C1CFCC: hue angle of 167.14º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C1CFCC is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 207 | 204 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.19 |
| HSL | 167.14º | 0.13% | 0.78% | - |
| HSV(B) | 167.14º | 0.07% | 0.81% | - |
| XYZ | 55.2 | 60.32 | 65.86 | - |
| YUV | 202.47 | 128.86 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 207 | 204 | 0.07 | 0 | 0.01 | 0.19 | 167.14 | 0.13 | 0.78 |
| Hex | C1 | CF | CC | 7 | 0 | 1 | 13 | A7 | D | 4E |
| Octal | 301 | 317 | 314 | 7 | 0 | 1 | 23 | 247 | 15 | 116 |
| Binary | 11000001 | 11001111 | 11001100 | 111 | 0 | 1 | 10011 | 10100111 | 1101 | 1001110 |
Color Harmonies of #C1CFCC
Complementary color
Monochromatic Colors of #C1CFCC
Black with #C1CFCC
Text Example
Text Example
White with #C1CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CFCC; }
p { color: rgb(193,207,204); }
H1.HeaderClassName
{
color: #C1CFCC;
}
.AnyTagClassName
{
color: #C1CFCC;
}
</style>
background-color css
<style>
a { background-color: #C1CFCC; }
a { background-color: rgb(193,207,204); }
div.DivClassName
{
background-color: #C1CFCC;
}
.BgClassName
{
background-color: #C1CFCC;
}
</style>
border-color css
<style>
span { border-color: #C1CFCC; }
span { border-color: rgb(193,207,204); }
td.TdClassName
{
border-color: #C1CFCC;
}
.TagClassName
{
border-color: #C1CFCC;
}
</style>