Shades of Surf Crest #C5CEC4
Tints of Surf Crest #C5CEC4
RGB
CMYK
RGB Variations
Color information
#C5CEC4 (or 0xC5CEC4) is known color: Surf Crest. HEX triplet: C5, CE and C4. RGB value is (197,206,196). Sum of RGB (Red+Green+Blue) = 197+206+196=599 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.89% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 196 (76.95% from 255 or 32.72% from 599); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CEC4 is #3A313B. Grayscale: #CACACA. Windows color (decimal): -3813692 or 12897989. OLE color: 12897989.
HSL color Cylindrical-coordinate representation of color #C5CEC4: hue angle of 114º 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 #C5CEC4 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
RGB | 197 | 206 | 196 | - |
CMYK | 0.04 | 0 | 0.05 | 0.19 |
HSL | 114º | 0.09% | 0.79% | - |
HSV(B) | 114º | 0.05% | 0.81% | - |
XYZ | 55.06 | 60 | 60.9 | - |
YUV | 202.17 | 124.52 | 124.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 206 | 196 | 0.04 | 0 | 0.05 | 0.19 | 114 | 0.09 | 0.79 |
Hex | C5 | CE | C4 | 4 | 0 | 5 | 13 | 72 | 9 | 4F |
Octal | 305 | 316 | 304 | 4 | 0 | 5 | 23 | 162 | 11 | 117 |
Binary | 11000101 | 11001110 | 11000100 | 100 | 0 | 101 | 10011 | 1110010 | 1001 | 1001111 |
Color Harmonies of #C5CEC4
Complementary color
Monochromatic Colors of #C5CEC4
Black with #C5CEC4
Text Example
Text Example
White with #C5CEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CEC4; }
p { color: rgb(197,206,196); }
H1.HeaderClassName
{
color: #C5CEC4;
}
.AnyTagClassName
{
color: #C5CEC4;
}
</style>
background-color css
<style>
a { background-color: #C5CEC4; }
a { background-color: rgb(197,206,196); }
div.DivClassName
{
background-color: #C5CEC4;
}
.BgClassName
{
background-color: #C5CEC4;
}
</style>
border-color css
<style>
span { border-color: #C5CEC4; }
span { border-color: rgb(197,206,196); }
td.TdClassName
{
border-color: #C5CEC4;
}
.TagClassName
{
border-color: #C5CEC4;
}
</style>