Shades of Surf Crest #C8CBC7
Tints of Surf Crest #C8CBC7
RGB
CMYK
RGB Variations
Color information
#C8CBC7 (or 0xC8CBC7) is known color: Surf Crest. HEX triplet: C8, CB and C7. RGB value is (200,203,199). Sum of RGB (Red+Green+Blue) = 200+203+199=602 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.22% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 199 (78.12% from 255 or 33.06% from 602); Max value from RGB is 203 - color contains mainly: green. Hex color #C8CBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CBC7 is #373438. Grayscale: #C9C9C9. Windows color (decimal): -3617849 or 13093832. OLE color: 13093832.
HSL color Cylindrical-coordinate representation of color #C8CBC7: hue angle of 105º degrees, saturation: 0.04, 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 #C8CBC7 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
RGB | 200 | 203 | 199 | - |
CMYK | 0.01 | 0 | 0.02 | 0.20 |
HSL | 105º | 0.04% | 0.79% | - |
HSV(B) | 105º | 0.02% | 0.8% | - |
XYZ | 55.48 | 59.11 | 62.52 | - |
YUV | 201.65 | 126.51 | 126.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 203 | 199 | 0.01 | 0 | 0.02 | 0.20 | 105 | 0.04 | 0.79 |
Hex | C8 | CB | C7 | 1 | 0 | 2 | 14 | 69 | 4 | 4F |
Octal | 310 | 313 | 307 | 1 | 0 | 2 | 24 | 151 | 4 | 117 |
Binary | 11001000 | 11001011 | 11000111 | 1 | 0 | 10 | 10100 | 1101001 | 100 | 1001111 |
Color Harmonies of #C8CBC7
Complementary color
Monochromatic Colors of #C8CBC7
Black with #C8CBC7
Text Example
Text Example
White with #C8CBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CBC7; }
p { color: rgb(200,203,199); }
H1.HeaderClassName
{
color: #C8CBC7;
}
.AnyTagClassName
{
color: #C8CBC7;
}
</style>
background-color css
<style>
a { background-color: #C8CBC7; }
a { background-color: rgb(200,203,199); }
div.DivClassName
{
background-color: #C8CBC7;
}
.BgClassName
{
background-color: #C8CBC7;
}
</style>
border-color css
<style>
span { border-color: #C8CBC7; }
span { border-color: rgb(200,203,199); }
td.TdClassName
{
border-color: #C8CBC7;
}
.TagClassName
{
border-color: #C8CBC7;
}
</style>