Shades of Geyser #C7CDCC
Tints of Geyser #C7CDCC
RGB
CMYK
RGB Variations
Color information
#C7CDCC (or 0xC7CDCC) is known color: Geyser. HEX triplet: C7, CD and CC. RGB value is (199,205,204). Sum of RGB (Red+Green+Blue) = 199+205+204=608 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.73% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 205 - color contains mainly: green. Hex color #C7CDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CDCC is #383233. Grayscale: #CBCBCB. Windows color (decimal): -3682868 or 13422023. OLE color: 13422023.
HSL color Cylindrical-coordinate representation of color #C7CDCC: hue angle of 170º 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 #C7CDCC is Cyan = 0.03, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
RGB | 199 | 205 | 204 | - |
CMYK | 0.03 | 0 | 0.00 | 0.20 |
HSL | 170º | 0.06% | 0.79% | - |
HSV(B) | 170º | 0.03% | 0.8% | - |
XYZ | 56.28 | 60.16 | 65.77 | - |
YUV | 203.09 | 128.51 | 125.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 205 | 204 | 0.03 | 0 | 0.00 | 0.20 | 170 | 0.06 | 0.79 |
Hex | C7 | CD | CC | 3 | 0 | 0 | 14 | AA | 6 | 4F |
Octal | 307 | 315 | 314 | 3 | 0 | 0 | 24 | 252 | 6 | 117 |
Binary | 11000111 | 11001101 | 11001100 | 11 | 0 | 0 | 10100 | 10101010 | 110 | 1001111 |
Color Harmonies of #C7CDCC
Complementary color
Monochromatic Colors of #C7CDCC
Black with #C7CDCC
Text Example
Text Example
White with #C7CDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CDCC; }
p { color: rgb(199,205,204); }
H1.HeaderClassName
{
color: #C7CDCC;
}
.AnyTagClassName
{
color: #C7CDCC;
}
</style>
background-color css
<style>
a { background-color: #C7CDCC; }
a { background-color: rgb(199,205,204); }
div.DivClassName
{
background-color: #C7CDCC;
}
.BgClassName
{
background-color: #C7CDCC;
}
</style>
border-color css
<style>
span { border-color: #C7CDCC; }
span { border-color: rgb(199,205,204); }
td.TdClassName
{
border-color: #C7CDCC;
}
.TagClassName
{
border-color: #C7CDCC;
}
</style>