Shades of Geyser #C3CBCA
Tints of Geyser #C3CBCA
RGB
CMYK
RGB Variations
Color information
#C3CBCA (or 0xC3CBCA) is known color: Geyser. HEX triplet: C3, CB and CA. RGB value is (195,203,202). Sum of RGB (Red+Green+Blue) = 195+203+202=600 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.5% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 203 - color contains mainly: green. Hex color #C3CBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CBCA is #3C3435. Grayscale: #C8C8C8. Windows color (decimal): -3945526 or 13290435. OLE color: 13290435.
HSL color Cylindrical-coordinate representation of color #C3CBCA: hue angle of 172.5º degrees, saturation: 0.07, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C3CBCA is Cyan = 0.04, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 203 | 202 | - |
| CMYK | 0.04 | 0 | 0.00 | 0.20 |
| HSL | 172.5º | 0.07% | 0.78% | - |
| HSV(B) | 172.5º | 0.04% | 0.8% | - |
| XYZ | 54.52 | 58.58 | 64.31 | - |
| YUV | 200.49 | 128.85 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 203 | 202 | 0.04 | 0 | 0.00 | 0.20 | 172.5 | 0.07 | 0.78 |
| Hex | C3 | CB | CA | 4 | 0 | 0 | 14 | AC | 7 | 4E |
| Octal | 303 | 313 | 312 | 4 | 0 | 0 | 24 | 254 | 7 | 116 |
| Binary | 11000011 | 11001011 | 11001010 | 100 | 0 | 0 | 10100 | 10101100 | 111 | 1001110 |
Color Harmonies of #C3CBCA
Complementary color
Monochromatic Colors of #C3CBCA
Black with #C3CBCA
Text Example
Text Example
White with #C3CBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CBCA; }
p { color: rgb(195,203,202); }
H1.HeaderClassName
{
color: #C3CBCA;
}
.AnyTagClassName
{
color: #C3CBCA;
}
</style>
background-color css
<style>
a { background-color: #C3CBCA; }
a { background-color: rgb(195,203,202); }
div.DivClassName
{
background-color: #C3CBCA;
}
.BgClassName
{
background-color: #C3CBCA;
}
</style>
border-color css
<style>
span { border-color: #C3CBCA; }
span { border-color: rgb(195,203,202); }
td.TdClassName
{
border-color: #C3CBCA;
}
.TagClassName
{
border-color: #C3CBCA;
}
</style>