Shades of Surf Crest #C4CEBE
Tints of Surf Crest #C4CEBE
RGB
CMYK
RGB Variations
Color information
#C4CEBE (or 0xC4CEBE) is known color: Surf Crest. HEX triplet: C4, CE and BE. RGB value is (196,206,190). Sum of RGB (Red+Green+Blue) = 196+206+190=592 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.11% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CEBE is #3B3141. Grayscale: #C9C9C9. Windows color (decimal): -3879234 or 12504772. OLE color: 12504772.
HSL color Cylindrical-coordinate representation of color #C4CEBE: hue angle of 97.5º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C4CEBE is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 206 | 190 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.19 |
| HSL | 97.5º | 0.14% | 0.78% | - |
| HSV(B) | 97.5º | 0.08% | 0.81% | - |
| XYZ | 54.13 | 59.6 | 57.37 | - |
| YUV | 201.19 | 121.69 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 206 | 190 | 0.05 | 0 | 0.08 | 0.19 | 97.5 | 0.14 | 0.78 |
| Hex | C4 | CE | BE | 5 | 0 | 8 | 13 | 62 | E | 4E |
| Octal | 304 | 316 | 276 | 5 | 0 | 10 | 23 | 142 | 16 | 116 |
| Binary | 11000100 | 11001110 | 10111110 | 101 | 0 | 1000 | 10011 | 1100010 | 1110 | 1001110 |
Color Harmonies of #C4CEBE
Complementary color
Monochromatic Colors of #C4CEBE
Black with #C4CEBE
Text Example
Text Example
White with #C4CEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CEBE; }
p { color: rgb(196,206,190); }
H1.HeaderClassName
{
color: #C4CEBE;
}
.AnyTagClassName
{
color: #C4CEBE;
}
</style>
background-color css
<style>
a { background-color: #C4CEBE; }
a { background-color: rgb(196,206,190); }
div.DivClassName
{
background-color: #C4CEBE;
}
.BgClassName
{
background-color: #C4CEBE;
}
</style>
border-color css
<style>
span { border-color: #C4CEBE; }
span { border-color: rgb(196,206,190); }
td.TdClassName
{
border-color: #C4CEBE;
}
.TagClassName
{
border-color: #C4CEBE;
}
</style>