Shades of Surf Crest #C8CEC6
Tints of Surf Crest #C8CEC6
RGB
CMYK
RGB Variations
Color information
#C8CEC6 (or 0xC8CEC6) is known color: Surf Crest. HEX triplet: C8, CE and C6. RGB value is (200,206,198). Sum of RGB (Red+Green+Blue) = 200+206+198=604 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.11% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 198 (77.73% from 255 or 32.78% from 604); Max value from RGB is 206 - color contains mainly: green. Hex color #C8CEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CEC6 is #373139. Grayscale: #CBCBCB. Windows color (decimal): -3617082 or 13029064. OLE color: 13029064.
HSL color Cylindrical-coordinate representation of color #C8CEC6: hue angle of 105º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C8CEC6 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
RGB | 200 | 206 | 198 | - |
CMYK | 0.03 | 0 | 0.04 | 0.19 |
HSL | 105º | 0.08% | 0.79% | - |
HSV(B) | 105º | 0.04% | 0.81% | - |
XYZ | 56.08 | 60.5 | 62.15 | - |
YUV | 203.29 | 125.01 | 125.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 206 | 198 | 0.03 | 0 | 0.04 | 0.19 | 105 | 0.08 | 0.79 |
Hex | C8 | CE | C6 | 3 | 0 | 4 | 13 | 69 | 8 | 4F |
Octal | 310 | 316 | 306 | 3 | 0 | 4 | 23 | 151 | 10 | 117 |
Binary | 11001000 | 11001110 | 11000110 | 11 | 0 | 100 | 10011 | 1101001 | 1000 | 1001111 |
Color Harmonies of #C8CEC6
Complementary color
Monochromatic Colors of #C8CEC6
Black with #C8CEC6
Text Example
Text Example
White with #C8CEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CEC6; }
p { color: rgb(200,206,198); }
H1.HeaderClassName
{
color: #C8CEC6;
}
.AnyTagClassName
{
color: #C8CEC6;
}
</style>
background-color css
<style>
a { background-color: #C8CEC6; }
a { background-color: rgb(200,206,198); }
div.DivClassName
{
background-color: #C8CEC6;
}
.BgClassName
{
background-color: #C8CEC6;
}
</style>
border-color css
<style>
span { border-color: #C8CEC6; }
span { border-color: rgb(200,206,198); }
td.TdClassName
{
border-color: #C8CEC6;
}
.TagClassName
{
border-color: #C8CEC6;
}
</style>