Shades of Geyser #C6CBCA
Tints of Geyser #C6CBCA
RGB
CMYK
RGB Variations
Color information
#C6CBCA (or 0xC6CBCA) is known color: Geyser. HEX triplet: C6, CB and CA. RGB value is (198,203,202). Sum of RGB (Red+Green+Blue) = 198+203+202=603 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.84% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 203 - color contains mainly: green. Hex color #C6CBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CBCA is #393435. Grayscale: #C9C9C9. Windows color (decimal): -3748918 or 13290438. OLE color: 13290438.
HSL color Cylindrical-coordinate representation of color #C6CBCA: hue angle of 168º degrees, saturation: 0.05, 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 #C6CBCA is Cyan = 0.02, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
RGB | 198 | 203 | 202 | - |
CMYK | 0.02 | 0 | 0.00 | 0.20 |
HSL | 168º | 0.05% | 0.79% | - |
HSV(B) | 168º | 0.02% | 0.8% | - |
XYZ | 55.31 | 58.98 | 64.35 | - |
YUV | 201.39 | 128.34 | 125.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 203 | 202 | 0.02 | 0 | 0.00 | 0.20 | 168 | 0.05 | 0.79 |
Hex | C6 | CB | CA | 2 | 0 | 0 | 14 | A8 | 5 | 4F |
Octal | 306 | 313 | 312 | 2 | 0 | 0 | 24 | 250 | 5 | 117 |
Binary | 11000110 | 11001011 | 11001010 | 10 | 0 | 0 | 10100 | 10101000 | 101 | 1001111 |
Color Harmonies of #C6CBCA
Complementary color
Monochromatic Colors of #C6CBCA
Black with #C6CBCA
Text Example
Text Example
White with #C6CBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CBCA; }
p { color: rgb(198,203,202); }
H1.HeaderClassName
{
color: #C6CBCA;
}
.AnyTagClassName
{
color: #C6CBCA;
}
</style>
background-color css
<style>
a { background-color: #C6CBCA; }
a { background-color: rgb(198,203,202); }
div.DivClassName
{
background-color: #C6CBCA;
}
.BgClassName
{
background-color: #C6CBCA;
}
</style>
border-color css
<style>
span { border-color: #C6CBCA; }
span { border-color: rgb(198,203,202); }
td.TdClassName
{
border-color: #C6CBCA;
}
.TagClassName
{
border-color: #C6CBCA;
}
</style>