Shades of Surf Crest #C4CEC2
Tints of Surf Crest #C4CEC2
RGB
CMYK
RGB Variations
Color information
#C4CEC2 (or 0xC4CEC2) is known color: Surf Crest. HEX triplet: C4, CE and C2. RGB value is (196,206,194). Sum of RGB (Red+Green+Blue) = 196+206+194=596 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.89% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 194 (76.17% from 255 or 32.55% from 596); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CEC2 is #3B313D. Grayscale: #C9C9C9. Windows color (decimal): -3879230 or 12766916. OLE color: 12766916.
HSL color Cylindrical-coordinate representation of color #C4CEC2: hue angle of 110º 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 #C4CEC2 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
RGB | 196 | 206 | 194 | - |
CMYK | 0.05 | 0 | 0.06 | 0.19 |
HSL | 110º | 0.11% | 0.78% | - |
HSV(B) | 110º | 0.06% | 0.81% | - |
XYZ | 54.57 | 59.77 | 59.7 | - |
YUV | 201.64 | 123.69 | 123.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 206 | 194 | 0.05 | 0 | 0.06 | 0.19 | 110 | 0.11 | 0.78 |
Hex | C4 | CE | C2 | 5 | 0 | 6 | 13 | 6E | B | 4E |
Octal | 304 | 316 | 302 | 5 | 0 | 6 | 23 | 156 | 13 | 116 |
Binary | 11000100 | 11001110 | 11000010 | 101 | 0 | 110 | 10011 | 1101110 | 1011 | 1001110 |
Color Harmonies of #C4CEC2
Complementary color
Monochromatic Colors of #C4CEC2
Black with #C4CEC2
Text Example
Text Example
White with #C4CEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CEC2; }
p { color: rgb(196,206,194); }
H1.HeaderClassName
{
color: #C4CEC2;
}
.AnyTagClassName
{
color: #C4CEC2;
}
</style>
background-color css
<style>
a { background-color: #C4CEC2; }
a { background-color: rgb(196,206,194); }
div.DivClassName
{
background-color: #C4CEC2;
}
.BgClassName
{
background-color: #C4CEC2;
}
</style>
border-color css
<style>
span { border-color: #C4CEC2; }
span { border-color: rgb(196,206,194); }
td.TdClassName
{
border-color: #C4CEC2;
}
.TagClassName
{
border-color: #C4CEC2;
}
</style>