Shades of Surf Crest #C7CBC6
Tints of Surf Crest #C7CBC6
RGB
CMYK
RGB Variations
Color information
#C7CBC6 (or 0xC7CBC6) is known color: Surf Crest. HEX triplet: C7, CB and C6. RGB value is (199,203,198). Sum of RGB (Red+Green+Blue) = 199+203+198=600 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.17% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 198 (77.73% from 255 or 33% from 600); Max value from RGB is 203 - color contains mainly: green. Hex color #C7CBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CBC6 is #383439. Grayscale: #C9C9C9. Windows color (decimal): -3683386 or 13028295. OLE color: 13028295.
HSL color Cylindrical-coordinate representation of color #C7CBC6: hue angle of 108º 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 #C7CBC6 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
RGB | 199 | 203 | 198 | - |
CMYK | 0.02 | 0 | 0.02 | 0.20 |
HSL | 108º | 0.05% | 0.79% | - |
HSV(B) | 108º | 0.02% | 0.8% | - |
XYZ | 55.1 | 58.93 | 61.9 | - |
YUV | 201.23 | 126.17 | 126.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 203 | 198 | 0.02 | 0 | 0.02 | 0.20 | 108 | 0.05 | 0.79 |
Hex | C7 | CB | C6 | 2 | 0 | 2 | 14 | 6C | 5 | 4F |
Octal | 307 | 313 | 306 | 2 | 0 | 2 | 24 | 154 | 5 | 117 |
Binary | 11000111 | 11001011 | 11000110 | 10 | 0 | 10 | 10100 | 1101100 | 101 | 1001111 |
Color Harmonies of #C7CBC6
Complementary color
Monochromatic Colors of #C7CBC6
Black with #C7CBC6
Text Example
Text Example
White with #C7CBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CBC6; }
p { color: rgb(199,203,198); }
H1.HeaderClassName
{
color: #C7CBC6;
}
.AnyTagClassName
{
color: #C7CBC6;
}
</style>
background-color css
<style>
a { background-color: #C7CBC6; }
a { background-color: rgb(199,203,198); }
div.DivClassName
{
background-color: #C7CBC6;
}
.BgClassName
{
background-color: #C7CBC6;
}
</style>
border-color css
<style>
span { border-color: #C7CBC6; }
span { border-color: rgb(199,203,198); }
td.TdClassName
{
border-color: #C7CBC6;
}
.TagClassName
{
border-color: #C7CBC6;
}
</style>