Shades of Surf Crest #C4C8C2
Tints of Surf Crest #C4C8C2
RGB
CMYK
RGB Variations
Color information
#C4C8C2 (or 0xC4C8C2) is known color: Surf Crest. HEX triplet: C4, C8 and C2. RGB value is (196,200,194). Sum of RGB (Red+Green+Blue) = 196+200+194=590 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.22% from 590); Green value is 200 (78.52% from 255 or 33.90% from 590); Blue value is 194 (76.17% from 255 or 32.88% from 590); Max value from RGB is 200 - color contains mainly: green. Hex color #C4C8C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C8C2 is #3B373D. Grayscale: #C6C6C6. Windows color (decimal): -3880766 or 12765380. OLE color: 12765380.
HSL color Cylindrical-coordinate representation of color #C4C8C2: hue angle of 100º degrees, saturation: 0.05, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C4C8C2 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
RGB | 196 | 200 | 194 | - |
CMYK | 0.02 | 0 | 0.03 | 0.22 |
HSL | 100º | 0.05% | 0.77% | - |
HSV(B) | 100º | 0.03% | 0.78% | - |
XYZ | 53.16 | 56.94 | 59.23 | - |
YUV | 198.12 | 125.67 | 126.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 200 | 194 | 0.02 | 0 | 0.03 | 0.22 | 100 | 0.05 | 0.77 |
Hex | C4 | C8 | C2 | 2 | 0 | 3 | 16 | 64 | 5 | 4D |
Octal | 304 | 310 | 302 | 2 | 0 | 3 | 26 | 144 | 5 | 115 |
Binary | 11000100 | 11001000 | 11000010 | 10 | 0 | 11 | 10110 | 1100100 | 101 | 1001101 |
Color Harmonies of #C4C8C2
Complementary color
Monochromatic Colors of #C4C8C2
Black with #C4C8C2
Text Example
Text Example
White with #C4C8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C8C2; }
p { color: rgb(196,200,194); }
H1.HeaderClassName
{
color: #C4C8C2;
}
.AnyTagClassName
{
color: #C4C8C2;
}
</style>
background-color css
<style>
a { background-color: #C4C8C2; }
a { background-color: rgb(196,200,194); }
div.DivClassName
{
background-color: #C4C8C2;
}
.BgClassName
{
background-color: #C4C8C2;
}
</style>
border-color css
<style>
span { border-color: #C4C8C2; }
span { border-color: rgb(196,200,194); }
td.TdClassName
{
border-color: #C4C8C2;
}
.TagClassName
{
border-color: #C4C8C2;
}
</style>