Shades of Surf Crest #C4CEBC
Tints of Surf Crest #C4CEBC
RGB
CMYK
RGB Variations
Color information
#C4CEBC (or 0xC4CEBC) is known color: Surf Crest. HEX triplet: C4, CE and BC. RGB value is (196,206,188). Sum of RGB (Red+Green+Blue) = 196+206+188=590 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.22% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CEBC is #3B3143. Grayscale: #C9C9C9. Windows color (decimal): -3879236 or 12373700. OLE color: 12373700.
HSL color Cylindrical-coordinate representation of color #C4CEBC: hue angle of 93.33º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4CEBC is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 206 | 188 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.19 |
| HSL | 93.33º | 0.16% | 0.77% | - |
| HSV(B) | 93.33º | 0.09% | 0.81% | - |
| XYZ | 53.91 | 59.51 | 56.22 | - |
| YUV | 200.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 206 | 188 | 0.05 | 0 | 0.09 | 0.19 | 93.33 | 0.16 | 0.77 |
| Hex | C4 | CE | BC | 5 | 0 | 9 | 13 | 5D | 10 | 4D |
| Octal | 304 | 316 | 274 | 5 | 0 | 11 | 23 | 135 | 20 | 115 |
| Binary | 11000100 | 11001110 | 10111100 | 101 | 0 | 1001 | 10011 | 1011101 | 10000 | 1001101 |
Color Harmonies of #C4CEBC
Complementary color
Monochromatic Colors of #C4CEBC
Black with #C4CEBC
Text Example
Text Example
White with #C4CEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CEBC; }
p { color: rgb(196,206,188); }
H1.HeaderClassName
{
color: #C4CEBC;
}
.AnyTagClassName
{
color: #C4CEBC;
}
</style>
background-color css
<style>
a { background-color: #C4CEBC; }
a { background-color: rgb(196,206,188); }
div.DivClassName
{
background-color: #C4CEBC;
}
.BgClassName
{
background-color: #C4CEBC;
}
</style>
border-color css
<style>
span { border-color: #C4CEBC; }
span { border-color: rgb(196,206,188); }
td.TdClassName
{
border-color: #C4CEBC;
}
.TagClassName
{
border-color: #C4CEBC;
}
</style>