Shades of Surf Crest #C8CEC4
Tints of Surf Crest #C8CEC4
RGB
CMYK
RGB Variations
Color information
#C8CEC4 (or 0xC8CEC4) is known color: Surf Crest. HEX triplet: C8, CE and C4. RGB value is (200,206,196). Sum of RGB (Red+Green+Blue) = 200+206+196=602 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.22% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 196 (76.95% from 255 or 32.56% from 602); Max value from RGB is 206 - color contains mainly: green. Hex color #C8CEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CEC4 is #37313B. Grayscale: #CBCBCB. Windows color (decimal): -3617084 or 12897992. OLE color: 12897992.
HSL color Cylindrical-coordinate representation of color #C8CEC4: hue angle of 96º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C8CEC4 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
RGB | 200 | 206 | 196 | - |
CMYK | 0.03 | 0 | 0.05 | 0.19 |
HSL | 96º | 0.09% | 0.79% | - |
HSV(B) | 96º | 0.05% | 0.81% | - |
XYZ | 55.85 | 60.41 | 60.94 | - |
YUV | 203.07 | 124.01 | 125.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 206 | 196 | 0.03 | 0 | 0.05 | 0.19 | 96 | 0.09 | 0.79 |
Hex | C8 | CE | C4 | 3 | 0 | 5 | 13 | 60 | 9 | 4F |
Octal | 310 | 316 | 304 | 3 | 0 | 5 | 23 | 140 | 11 | 117 |
Binary | 11001000 | 11001110 | 11000100 | 11 | 0 | 101 | 10011 | 1100000 | 1001 | 1001111 |
Color Harmonies of #C8CEC4
Complementary color
Monochromatic Colors of #C8CEC4
Black with #C8CEC4
Text Example
Text Example
White with #C8CEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CEC4; }
p { color: rgb(200,206,196); }
H1.HeaderClassName
{
color: #C8CEC4;
}
.AnyTagClassName
{
color: #C8CEC4;
}
</style>
background-color css
<style>
a { background-color: #C8CEC4; }
a { background-color: rgb(200,206,196); }
div.DivClassName
{
background-color: #C8CEC4;
}
.BgClassName
{
background-color: #C8CEC4;
}
</style>
border-color css
<style>
span { border-color: #C8CEC4; }
span { border-color: rgb(200,206,196); }
td.TdClassName
{
border-color: #C8CEC4;
}
.TagClassName
{
border-color: #C8CEC4;
}
</style>