Shades of Surf Crest #C5CEC2
Tints of Surf Crest #C5CEC2
RGB
CMYK
RGB Variations
Color information
#C5CEC2 (or 0xC5CEC2) is known color: Surf Crest. HEX triplet: C5, CE and C2. RGB value is (197,206,194). Sum of RGB (Red+Green+Blue) = 197+206+194=597 (79% of max value = 765). Red value is 197 (77.34% from 255 or 33.00% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 194 (76.17% from 255 or 32.50% from 597); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CEC2 is #3A313D. Grayscale: #C9C9C9. Windows color (decimal): -3813694 or 12766917. OLE color: 12766917.
HSL color Cylindrical-coordinate representation of color #C5CEC2: hue angle of 105º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C5CEC2 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 206 | 194 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.19 |
| HSL | 105º | 0.11% | 0.78% | - |
| HSV(B) | 105º | 0.06% | 0.81% | - |
| XYZ | 54.83 | 59.91 | 59.71 | - |
| YUV | 201.94 | 123.52 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 206 | 194 | 0.04 | 0 | 0.06 | 0.19 | 105 | 0.11 | 0.78 |
| Hex | C5 | CE | C2 | 4 | 0 | 6 | 13 | 69 | B | 4E |
| Octal | 305 | 316 | 302 | 4 | 0 | 6 | 23 | 151 | 13 | 116 |
| Binary | 11000101 | 11001110 | 11000010 | 100 | 0 | 110 | 10011 | 1101001 | 1011 | 1001110 |
Color Harmonies of #C5CEC2
Complementary color
Monochromatic Colors of #C5CEC2
Black with #C5CEC2
Text Example
Text Example
White with #C5CEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CEC2; }
p { color: rgb(197,206,194); }
H1.HeaderClassName
{
color: #C5CEC2;
}
.AnyTagClassName
{
color: #C5CEC2;
}
</style>
background-color css
<style>
a { background-color: #C5CEC2; }
a { background-color: rgb(197,206,194); }
div.DivClassName
{
background-color: #C5CEC2;
}
.BgClassName
{
background-color: #C5CEC2;
}
</style>
border-color css
<style>
span { border-color: #C5CEC2; }
span { border-color: rgb(197,206,194); }
td.TdClassName
{
border-color: #C5CEC2;
}
.TagClassName
{
border-color: #C5CEC2;
}
</style>