Shades of Surf Crest #C4CFC2
Tints of Surf Crest #C4CFC2
RGB
CMYK
RGB Variations
Color information
#C4CFC2 (or 0xC4CFC2) is known color: Surf Crest. HEX triplet: C4, CF and C2. RGB value is (196,207,194). Sum of RGB (Red+Green+Blue) = 196+207+194=597 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.83% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 194 (76.17% from 255 or 32.50% from 597); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CFC2 is #3B303D. Grayscale: #CACACA. Windows color (decimal): -3878974 or 12767172. OLE color: 12767172.
HSL color Cylindrical-coordinate representation of color #C4CFC2: hue angle of 110.77º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C4CFC2 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 207 | 194 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.19 |
| HSL | 110.77º | 0.12% | 0.79% | - |
| HSV(B) | 110.77º | 0.06% | 0.81% | - |
| XYZ | 54.82 | 60.26 | 59.78 | - |
| YUV | 202.23 | 123.36 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 207 | 194 | 0.05 | 0 | 0.06 | 0.19 | 110.77 | 0.12 | 0.79 |
| Hex | C4 | CF | C2 | 5 | 0 | 6 | 13 | 6F | C | 4F |
| Octal | 304 | 317 | 302 | 5 | 0 | 6 | 23 | 157 | 14 | 117 |
| Binary | 11000100 | 11001111 | 11000010 | 101 | 0 | 110 | 10011 | 1101111 | 1100 | 1001111 |
Color Harmonies of #C4CFC2
Complementary color
Monochromatic Colors of #C4CFC2
Black with #C4CFC2
Text Example
Text Example
White with #C4CFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CFC2; }
p { color: rgb(196,207,194); }
H1.HeaderClassName
{
color: #C4CFC2;
}
.AnyTagClassName
{
color: #C4CFC2;
}
</style>
background-color css
<style>
a { background-color: #C4CFC2; }
a { background-color: rgb(196,207,194); }
div.DivClassName
{
background-color: #C4CFC2;
}
.BgClassName
{
background-color: #C4CFC2;
}
</style>
border-color css
<style>
span { border-color: #C4CFC2; }
span { border-color: rgb(196,207,194); }
td.TdClassName
{
border-color: #C4CFC2;
}
.TagClassName
{
border-color: #C4CFC2;
}
</style>