Shades of Geyser #C8CDCC
Tints of Geyser #C8CDCC
RGB
CMYK
RGB Variations
Color information
#C8CDCC (or 0xC8CDCC) is known color: Geyser. HEX triplet: C8, CD and CC. RGB value is (200,205,204). Sum of RGB (Red+Green+Blue) = 200+205+204=609 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.84% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CDCC is #373233. Grayscale: #CBCBCB. Windows color (decimal): -3617332 or 13422024. OLE color: 13422024.
HSL color Cylindrical-coordinate representation of color #C8CDCC: 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 #C8CDCC is Cyan = 0.02, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
RGB | 200 | 205 | 204 | - |
CMYK | 0.02 | 0 | 0.00 | 0.20 |
HSL | 168º | 0.05% | 0.79% | - |
HSV(B) | 168º | 0.02% | 0.8% | - |
XYZ | 56.55 | 60.3 | 65.79 | - |
YUV | 203.39 | 128.34 | 125.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 205 | 204 | 0.02 | 0 | 0.00 | 0.20 | 168 | 0.05 | 0.79 |
Hex | C8 | CD | CC | 2 | 0 | 0 | 14 | A8 | 5 | 4F |
Octal | 310 | 315 | 314 | 2 | 0 | 0 | 24 | 250 | 5 | 117 |
Binary | 11001000 | 11001101 | 11001100 | 10 | 0 | 0 | 10100 | 10101000 | 101 | 1001111 |
Color Harmonies of #C8CDCC
Complementary color
Monochromatic Colors of #C8CDCC
Black with #C8CDCC
Text Example
Text Example
White with #C8CDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CDCC; }
p { color: rgb(200,205,204); }
H1.HeaderClassName
{
color: #C8CDCC;
}
.AnyTagClassName
{
color: #C8CDCC;
}
</style>
background-color css
<style>
a { background-color: #C8CDCC; }
a { background-color: rgb(200,205,204); }
div.DivClassName
{
background-color: #C8CDCC;
}
.BgClassName
{
background-color: #C8CDCC;
}
</style>
border-color css
<style>
span { border-color: #C8CDCC; }
span { border-color: rgb(200,205,204); }
td.TdClassName
{
border-color: #C8CDCC;
}
.TagClassName
{
border-color: #C8CDCC;
}
</style>