Shades of Geyser #C7CBCA
Tints of Geyser #C7CBCA
RGB
CMYK
RGB Variations
Color information
#C7CBCA (or 0xC7CBCA) is known color: Geyser. HEX triplet: C7, CB and CA. RGB value is (199,203,202). Sum of RGB (Red+Green+Blue) = 199+203+202=604 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.95% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 203 - color contains mainly: green. Hex color #C7CBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CBCA is #383435. Grayscale: #C9C9C9. Windows color (decimal): -3683382 or 13290439. OLE color: 13290439.
HSL color Cylindrical-coordinate representation of color #C7CBCA: hue angle of 165º degrees, saturation: 0.04, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C7CBCA is Cyan = 0.02, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
RGB | 199 | 203 | 202 | - |
CMYK | 0.02 | 0 | 0.00 | 0.20 |
HSL | 165º | 0.04% | 0.79% | - |
HSV(B) | 165º | 0.02% | 0.8% | - |
XYZ | 55.57 | 59.12 | 64.36 | - |
YUV | 201.69 | 128.17 | 126.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 203 | 202 | 0.02 | 0 | 0.00 | 0.20 | 165 | 0.04 | 0.79 |
Hex | C7 | CB | CA | 2 | 0 | 0 | 14 | A5 | 4 | 4F |
Octal | 307 | 313 | 312 | 2 | 0 | 0 | 24 | 245 | 4 | 117 |
Binary | 11000111 | 11001011 | 11001010 | 10 | 0 | 0 | 10100 | 10100101 | 100 | 1001111 |
Color Harmonies of #C7CBCA
Complementary color
Monochromatic Colors of #C7CBCA
Black with #C7CBCA
Text Example
Text Example
White with #C7CBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CBCA; }
p { color: rgb(199,203,202); }
H1.HeaderClassName
{
color: #C7CBCA;
}
.AnyTagClassName
{
color: #C7CBCA;
}
</style>
background-color css
<style>
a { background-color: #C7CBCA; }
a { background-color: rgb(199,203,202); }
div.DivClassName
{
background-color: #C7CBCA;
}
.BgClassName
{
background-color: #C7CBCA;
}
</style>
border-color css
<style>
span { border-color: #C7CBCA; }
span { border-color: rgb(199,203,202); }
td.TdClassName
{
border-color: #C7CBCA;
}
.TagClassName
{
border-color: #C7CBCA;
}
</style>