Shades of Surf Crest #C3CDC1
Tints of Surf Crest #C3CDC1
RGB
CMYK
RGB Variations
Color information
#C3CDC1 (or 0xC3CDC1) is known color: Surf Crest. HEX triplet: C3, CD and C1. RGB value is (195,205,193). Sum of RGB (Red+Green+Blue) = 195+205+193=593 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.88% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 193 (75.78% from 255 or 32.55% from 593); Max value from RGB is 205 - color contains mainly: green. Hex color #C3CDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CDC1 is #3C323E. Grayscale: #C8C8C8. Windows color (decimal): -3945023 or 12701123. OLE color: 12701123.
HSL color Cylindrical-coordinate representation of color #C3CDC1: hue angle of 110º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C3CDC1 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 205 | 193 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.20 |
| HSL | 110º | 0.11% | 0.78% | - |
| HSV(B) | 110º | 0.06% | 0.8% | - |
| XYZ | 53.96 | 59.12 | 59.02 | - |
| YUV | 200.64 | 123.69 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 205 | 193 | 0.05 | 0 | 0.06 | 0.20 | 110 | 0.11 | 0.78 |
| Hex | C3 | CD | C1 | 5 | 0 | 6 | 14 | 6E | B | 4E |
| Octal | 303 | 315 | 301 | 5 | 0 | 6 | 24 | 156 | 13 | 116 |
| Binary | 11000011 | 11001101 | 11000001 | 101 | 0 | 110 | 10100 | 1101110 | 1011 | 1001110 |
Color Harmonies of #C3CDC1
Complementary color
Monochromatic Colors of #C3CDC1
Black with #C3CDC1
Text Example
Text Example
White with #C3CDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CDC1; }
p { color: rgb(195,205,193); }
H1.HeaderClassName
{
color: #C3CDC1;
}
.AnyTagClassName
{
color: #C3CDC1;
}
</style>
background-color css
<style>
a { background-color: #C3CDC1; }
a { background-color: rgb(195,205,193); }
div.DivClassName
{
background-color: #C3CDC1;
}
.BgClassName
{
background-color: #C3CDC1;
}
</style>
border-color css
<style>
span { border-color: #C3CDC1; }
span { border-color: rgb(195,205,193); }
td.TdClassName
{
border-color: #C3CDC1;
}
.TagClassName
{
border-color: #C3CDC1;
}
</style>