Shades of Surf Crest #C3CDC0
Tints of Surf Crest #C3CDC0
RGB
CMYK
RGB Variations
Color information
#C3CDC0 (or 0xC3CDC0) is known color: Surf Crest. HEX triplet: C3, CD and C0. RGB value is (195,205,192). Sum of RGB (Red+Green+Blue) = 195+205+192=592 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.94% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 205 - color contains mainly: green. Hex color #C3CDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CDC0 is #3C323F. Grayscale: #C8C8C8. Windows color (decimal): -3945024 or 12635587. OLE color: 12635587.
HSL color Cylindrical-coordinate representation of color #C3CDC0: hue angle of 106.15º degrees, saturation: 0.12, 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 #C3CDC0 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 205 | 192 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.20 |
| HSL | 106.15º | 0.12% | 0.78% | - |
| HSV(B) | 106.15º | 0.06% | 0.8% | - |
| XYZ | 53.85 | 59.07 | 58.43 | - |
| YUV | 200.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 205 | 192 | 0.05 | 0 | 0.06 | 0.20 | 106.15 | 0.12 | 0.78 |
| Hex | C3 | CD | C0 | 5 | 0 | 6 | 14 | 6A | C | 4E |
| Octal | 303 | 315 | 300 | 5 | 0 | 6 | 24 | 152 | 14 | 116 |
| Binary | 11000011 | 11001101 | 11000000 | 101 | 0 | 110 | 10100 | 1101010 | 1100 | 1001110 |
Color Harmonies of #C3CDC0
Complementary color
Monochromatic Colors of #C3CDC0
Black with #C3CDC0
Text Example
Text Example
White with #C3CDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CDC0; }
p { color: rgb(195,205,192); }
H1.HeaderClassName
{
color: #C3CDC0;
}
.AnyTagClassName
{
color: #C3CDC0;
}
</style>
background-color css
<style>
a { background-color: #C3CDC0; }
a { background-color: rgb(195,205,192); }
div.DivClassName
{
background-color: #C3CDC0;
}
.BgClassName
{
background-color: #C3CDC0;
}
</style>
border-color css
<style>
span { border-color: #C3CDC0; }
span { border-color: rgb(195,205,192); }
td.TdClassName
{
border-color: #C3CDC0;
}
.TagClassName
{
border-color: #C3CDC0;
}
</style>