Shades of Geyser #C5CCCA
Tints of Geyser #C5CCCA
RGB
CMYK
RGB Variations
Color information
#C5CCCA (or 0xC5CCCA) is known color: Geyser. HEX triplet: C5, CC and CA. RGB value is (197,204,202). Sum of RGB (Red+Green+Blue) = 197+204+202=603 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.67% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CCCA is #3A3335. Grayscale: #C9C9C9. Windows color (decimal): -3814198 or 13290693. OLE color: 13290693.
HSL color Cylindrical-coordinate representation of color #C5CCCA: hue angle of 162.86º degrees, saturation: 0.06, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C5CCCA is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
RGB | 197 | 204 | 202 | - |
CMYK | 0.03 | 0 | 0.01 | 0.2 |
HSL | 162.86º | 0.06% | 0.79% | - |
HSV(B) | 162.86º | 0.03% | 0.8% | - |
XYZ | 55.28 | 59.32 | 64.41 | - |
YUV | 201.68 | 128.18 | 124.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 204 | 202 | 0.03 | 0 | 0.01 | 0.2 | 162.86 | 0.06 | 0.79 |
Hex | C5 | CC | CA | 3 | 0 | 1 | 14 | A3 | 6 | 4F |
Octal | 305 | 314 | 312 | 3 | 0 | 1 | 24 | 243 | 6 | 117 |
Binary | 11000101 | 11001100 | 11001010 | 11 | 0 | 1 | 10100 | 10100011 | 110 | 1001111 |
Color Harmonies of #C5CCCA
Complementary color
Monochromatic Colors of #C5CCCA
Black with #C5CCCA
Text Example
Text Example
White with #C5CCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CCCA; }
p { color: rgb(197,204,202); }
H1.HeaderClassName
{
color: #C5CCCA;
}
.AnyTagClassName
{
color: #C5CCCA;
}
</style>
background-color css
<style>
a { background-color: #C5CCCA; }
a { background-color: rgb(197,204,202); }
div.DivClassName
{
background-color: #C5CCCA;
}
.BgClassName
{
background-color: #C5CCCA;
}
</style>
border-color css
<style>
span { border-color: #C5CCCA; }
span { border-color: rgb(197,204,202); }
td.TdClassName
{
border-color: #C5CCCA;
}
.TagClassName
{
border-color: #C5CCCA;
}
</style>