Shades of Surf Crest #C3D0C1
Tints of Surf Crest #C3D0C1
RGB
CMYK
RGB Variations
Color information
#C3D0C1 (or 0xC3D0C1) is known color: Surf Crest. HEX triplet: C3, D0 and C1. RGB value is (195,208,193). Sum of RGB (Red+Green+Blue) = 195+208+193=596 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.72% from 596); Green value is 208 (81.64% from 255 or 34.90% from 596); Blue value is 193 (75.78% from 255 or 32.38% from 596); Max value from RGB is 208 - color contains mainly: green. Hex color #C3D0C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D0C1 is #3C2F3E. Grayscale: #CACACA. Windows color (decimal): -3944255 or 12701891. OLE color: 12701891.
HSL color Cylindrical-coordinate representation of color #C3D0C1: hue angle of 112º degrees, saturation: 0.14, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C3D0C1 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 208 | 193 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.18 |
| HSL | 112º | 0.14% | 0.79% | - |
| HSV(B) | 112º | 0.07% | 0.82% | - |
| XYZ | 54.69 | 60.56 | 59.26 | - |
| YUV | 202.4 | 122.69 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 208 | 193 | 0.06 | 0 | 0.07 | 0.18 | 112 | 0.14 | 0.79 |
| Hex | C3 | D0 | C1 | 6 | 0 | 7 | 12 | 70 | E | 4F |
| Octal | 303 | 320 | 301 | 6 | 0 | 7 | 22 | 160 | 16 | 117 |
| Binary | 11000011 | 11010000 | 11000001 | 110 | 0 | 111 | 10010 | 1110000 | 1110 | 1001111 |
Color Harmonies of #C3D0C1
Complementary color
Monochromatic Colors of #C3D0C1
Black with #C3D0C1
Text Example
Text Example
White with #C3D0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D0C1; }
p { color: rgb(195,208,193); }
H1.HeaderClassName
{
color: #C3D0C1;
}
.AnyTagClassName
{
color: #C3D0C1;
}
</style>
background-color css
<style>
a { background-color: #C3D0C1; }
a { background-color: rgb(195,208,193); }
div.DivClassName
{
background-color: #C3D0C1;
}
.BgClassName
{
background-color: #C3D0C1;
}
</style>
border-color css
<style>
span { border-color: #C3D0C1; }
span { border-color: rgb(195,208,193); }
td.TdClassName
{
border-color: #C3D0C1;
}
.TagClassName
{
border-color: #C3D0C1;
}
</style>