Shades of Surf Crest #C3CEC0
Tints of Surf Crest #C3CEC0
RGB
CMYK
RGB Variations
Color information
#C3CEC0 (or 0xC3CEC0) is known color: Surf Crest. HEX triplet: C3, CE and C0. RGB value is (195,206,192). Sum of RGB (Red+Green+Blue) = 195+206+192=593 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.88% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 192 (75.39% from 255 or 32.38% from 593); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CEC0 is #3C313F. Grayscale: #C9C9C9. Windows color (decimal): -3944768 or 12635843. OLE color: 12635843.
HSL color Cylindrical-coordinate representation of color #C3CEC0: hue angle of 107.14º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C3CEC0 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
RGB | 195 | 206 | 192 | - |
CMYK | 0.05 | 0 | 0.07 | 0.19 |
HSL | 107.14º | 0.13% | 0.78% | - |
HSV(B) | 107.14º | 0.07% | 0.81% | - |
XYZ | 54.09 | 59.55 | 58.51 | - |
YUV | 201.12 | 122.86 | 123.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 206 | 192 | 0.05 | 0 | 0.07 | 0.19 | 107.14 | 0.13 | 0.78 |
Hex | C3 | CE | C0 | 5 | 0 | 7 | 13 | 6B | C | 4E |
Octal | 303 | 316 | 300 | 5 | 0 | 7 | 23 | 153 | 14 | 116 |
Binary | 11000011 | 11001110 | 11000000 | 101 | 0 | 111 | 10011 | 1101011 | 1100 | 1001110 |
Color Harmonies of #C3CEC0
Complementary color
Monochromatic Colors of #C3CEC0
Black with #C3CEC0
Text Example
Text Example
White with #C3CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CEC0; }
p { color: rgb(195,206,192); }
H1.HeaderClassName
{
color: #C3CEC0;
}
.AnyTagClassName
{
color: #C3CEC0;
}
</style>
background-color css
<style>
a { background-color: #C3CEC0; }
a { background-color: rgb(195,206,192); }
div.DivClassName
{
background-color: #C3CEC0;
}
.BgClassName
{
background-color: #C3CEC0;
}
</style>
border-color css
<style>
span { border-color: #C3CEC0; }
span { border-color: rgb(195,206,192); }
td.TdClassName
{
border-color: #C3CEC0;
}
.TagClassName
{
border-color: #C3CEC0;
}
</style>