Shades of Surf Crest #C1CDBD
Tints of Surf Crest #C1CDBD
RGB
CMYK
RGB Variations
Color information
#C1CDBD (or 0xC1CDBD) is known color: Surf Crest. HEX triplet: C1, CD and BD. RGB value is (193,205,189). Sum of RGB (Red+Green+Blue) = 193+205+189=587 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.88% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CDBD is #3E3242. Grayscale: #C7C7C7. Windows color (decimal): -4076099 or 12438977. OLE color: 12438977.
HSL color Cylindrical-coordinate representation of color #C1CDBD: hue angle of 105º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C1CDBD is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 205 | 189 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.20 |
| HSL | 105º | 0.14% | 0.77% | - |
| HSV(B) | 105º | 0.08% | 0.8% | - |
| XYZ | 53.01 | 58.67 | 56.68 | - |
| YUV | 199.59 | 122.02 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 205 | 189 | 0.06 | 0 | 0.08 | 0.20 | 105 | 0.14 | 0.77 |
| Hex | C1 | CD | BD | 6 | 0 | 8 | 14 | 69 | E | 4D |
| Octal | 301 | 315 | 275 | 6 | 0 | 10 | 24 | 151 | 16 | 115 |
| Binary | 11000001 | 11001101 | 10111101 | 110 | 0 | 1000 | 10100 | 1101001 | 1110 | 1001101 |
Color Harmonies of #C1CDBD
Complementary color
Monochromatic Colors of #C1CDBD
Black with #C1CDBD
Text Example
Text Example
White with #C1CDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CDBD; }
p { color: rgb(193,205,189); }
H1.HeaderClassName
{
color: #C1CDBD;
}
.AnyTagClassName
{
color: #C1CDBD;
}
</style>
background-color css
<style>
a { background-color: #C1CDBD; }
a { background-color: rgb(193,205,189); }
div.DivClassName
{
background-color: #C1CDBD;
}
.BgClassName
{
background-color: #C1CDBD;
}
</style>
border-color css
<style>
span { border-color: #C1CDBD; }
span { border-color: rgb(193,205,189); }
td.TdClassName
{
border-color: #C1CDBD;
}
.TagClassName
{
border-color: #C1CDBD;
}
</style>