Shades of Link Water #C3C8CD
Tints of Link Water #C3C8CD
RGB
CMYK
RGB Variations
Color information
#C3C8CD (or 0xC3C8CD) is known color: Link Water. HEX triplet: C3, C8 and CD. RGB value is (195,200,205). Sum of RGB (Red+Green+Blue) = 195+200+205=600 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.5% from 600); Green value is 200 (78.52% from 255 or 33.33% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 205 - color contains mainly: blue. Hex color #C3C8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C8CD is #3C3732. Grayscale: #C7C7C7. Windows color (decimal): -3946291 or 13486275. OLE color: 13486275.
HSL color Cylindrical-coordinate representation of color #C3C8CD: hue angle of 210º degrees, saturation: 0.09, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C3C8CD is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 195 | 200 | 205 | - |
CMYK | 0.05 | 0.02 | 0 | 0.20 |
HSL | 210º | 0.09% | 0.78% | - |
HSV(B) | 210º | 0.05% | 0.8% | - |
XYZ | 54.18 | 57.32 | 65.97 | - |
YUV | 199.08 | 131.34 | 125.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 200 | 205 | 0.05 | 0.02 | 0 | 0.20 | 210 | 0.09 | 0.78 |
Hex | C3 | C8 | CD | 5 | 2 | 0 | 14 | D2 | 9 | 4E |
Octal | 303 | 310 | 315 | 5 | 2 | 0 | 24 | 322 | 11 | 116 |
Binary | 11000011 | 11001000 | 11001101 | 101 | 10 | 0 | 10100 | 11010010 | 1001 | 1001110 |
Color Harmonies of #C3C8CD
Complementary color
Monochromatic Colors of #C3C8CD
Black with #C3C8CD
Text Example
Text Example
White with #C3C8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C8CD; }
p { color: rgb(195,200,205); }
H1.HeaderClassName
{
color: #C3C8CD;
}
.AnyTagClassName
{
color: #C3C8CD;
}
</style>
background-color css
<style>
a { background-color: #C3C8CD; }
a { background-color: rgb(195,200,205); }
div.DivClassName
{
background-color: #C3C8CD;
}
.BgClassName
{
background-color: #C3C8CD;
}
</style>
border-color css
<style>
span { border-color: #C3C8CD; }
span { border-color: rgb(195,200,205); }
td.TdClassName
{
border-color: #C3C8CD;
}
.TagClassName
{
border-color: #C3C8CD;
}
</style>