Shades of Surf Crest #C1CABC
Tints of Surf Crest #C1CABC
RGB
CMYK
RGB Variations
Color information
#C1CABC (or 0xC1CABC) is known color: Surf Crest. HEX triplet: C1, CA and BC. RGB value is (193,202,188). Sum of RGB (Red+Green+Blue) = 193+202+188=583 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.10% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CABC is #3E3543. Grayscale: #C5C5C5. Windows color (decimal): -4076868 or 12372673. OLE color: 12372673.
HSL color Cylindrical-coordinate representation of color #C1CABC: hue angle of 98.57º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C1CABC is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 202 | 188 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.21 |
| HSL | 98.57º | 0.12% | 0.76% | - |
| HSV(B) | 98.57º | 0.07% | 0.79% | - |
| XYZ | 52.19 | 57.21 | 55.87 | - |
| YUV | 197.71 | 122.52 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 202 | 188 | 0.04 | 0 | 0.07 | 0.21 | 98.57 | 0.12 | 0.76 |
| Hex | C1 | CA | BC | 4 | 0 | 7 | 15 | 63 | C | 4C |
| Octal | 301 | 312 | 274 | 4 | 0 | 7 | 25 | 143 | 14 | 114 |
| Binary | 11000001 | 11001010 | 10111100 | 100 | 0 | 111 | 10101 | 1100011 | 1100 | 1001100 |
Color Harmonies of #C1CABC
Complementary color
Monochromatic Colors of #C1CABC
Black with #C1CABC
Text Example
Text Example
White with #C1CABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CABC; }
p { color: rgb(193,202,188); }
H1.HeaderClassName
{
color: #C1CABC;
}
.AnyTagClassName
{
color: #C1CABC;
}
</style>
background-color css
<style>
a { background-color: #C1CABC; }
a { background-color: rgb(193,202,188); }
div.DivClassName
{
background-color: #C1CABC;
}
.BgClassName
{
background-color: #C1CABC;
}
</style>
border-color css
<style>
span { border-color: #C1CABC; }
span { border-color: rgb(193,202,188); }
td.TdClassName
{
border-color: #C1CABC;
}
.TagClassName
{
border-color: #C1CABC;
}
</style>