Shades of Surf Crest #C8CBC6
Tints of Surf Crest #C8CBC6
RGB
CMYK
RGB Variations
Color information
#C8CBC6 (or 0xC8CBC6) is known color: Surf Crest. HEX triplet: C8, CB and C6. RGB value is (200,203,198). Sum of RGB (Red+Green+Blue) = 200+203+198=601 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.28% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 198 (77.73% from 255 or 32.95% from 601); Max value from RGB is 203 - color contains mainly: green. Hex color #C8CBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CBC6 is #373439. Grayscale: #C9C9C9. Windows color (decimal): -3617850 or 13028296. OLE color: 13028296.
HSL color Cylindrical-coordinate representation of color #C8CBC6: hue angle of 96º 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 #C8CBC6 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
RGB | 200 | 203 | 198 | - |
CMYK | 0.01 | 0 | 0.02 | 0.20 |
HSL | 96º | 0.05% | 0.79% | - |
HSV(B) | 96º | 0.02% | 0.8% | - |
XYZ | 55.37 | 59.07 | 61.91 | - |
YUV | 201.53 | 126.01 | 126.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 203 | 198 | 0.01 | 0 | 0.02 | 0.20 | 96 | 0.05 | 0.79 |
Hex | C8 | CB | C6 | 1 | 0 | 2 | 14 | 60 | 5 | 4F |
Octal | 310 | 313 | 306 | 1 | 0 | 2 | 24 | 140 | 5 | 117 |
Binary | 11001000 | 11001011 | 11000110 | 1 | 0 | 10 | 10100 | 1100000 | 101 | 1001111 |
Color Harmonies of #C8CBC6
Complementary color
Monochromatic Colors of #C8CBC6
Black with #C8CBC6
Text Example
Text Example
White with #C8CBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CBC6; }
p { color: rgb(200,203,198); }
H1.HeaderClassName
{
color: #C8CBC6;
}
.AnyTagClassName
{
color: #C8CBC6;
}
</style>
background-color css
<style>
a { background-color: #C8CBC6; }
a { background-color: rgb(200,203,198); }
div.DivClassName
{
background-color: #C8CBC6;
}
.BgClassName
{
background-color: #C8CBC6;
}
</style>
border-color css
<style>
span { border-color: #C8CBC6; }
span { border-color: rgb(200,203,198); }
td.TdClassName
{
border-color: #C8CBC6;
}
.TagClassName
{
border-color: #C8CBC6;
}
</style>