Shades of Surf Crest #C1CCBA
Tints of Surf Crest #C1CCBA
RGB
CMYK
RGB Variations
Color information
#C1CCBA (or 0xC1CCBA) is known color: Surf Crest. HEX triplet: C1, CC and BA. RGB value is (193,204,186). Sum of RGB (Red+Green+Blue) = 193+204+186=583 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.10% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CCBA is #3E3345. Grayscale: #C6C6C6. Windows color (decimal): -4076358 or 12242113. OLE color: 12242113.
HSL color Cylindrical-coordinate representation of color #C1CCBA: hue angle of 96.67º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C1CCBA is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 204 | 186 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.2 |
| HSL | 96.67º | 0.15% | 0.76% | - |
| HSV(B) | 96.67º | 0.09% | 0.8% | - |
| XYZ | 52.45 | 58.07 | 54.9 | - |
| YUV | 198.66 | 120.86 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 204 | 186 | 0.05 | 0 | 0.09 | 0.2 | 96.67 | 0.15 | 0.76 |
| Hex | C1 | CC | BA | 5 | 0 | 9 | 14 | 61 | F | 4C |
| Octal | 301 | 314 | 272 | 5 | 0 | 11 | 24 | 141 | 17 | 114 |
| Binary | 11000001 | 11001100 | 10111010 | 101 | 0 | 1001 | 10100 | 1100001 | 1111 | 1001100 |
Color Harmonies of #C1CCBA
Complementary color
Monochromatic Colors of #C1CCBA
Black with #C1CCBA
Text Example
Text Example
White with #C1CCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CCBA; }
p { color: rgb(193,204,186); }
H1.HeaderClassName
{
color: #C1CCBA;
}
.AnyTagClassName
{
color: #C1CCBA;
}
</style>
background-color css
<style>
a { background-color: #C1CCBA; }
a { background-color: rgb(193,204,186); }
div.DivClassName
{
background-color: #C1CCBA;
}
.BgClassName
{
background-color: #C1CCBA;
}
</style>
border-color css
<style>
span { border-color: #C1CCBA; }
span { border-color: rgb(193,204,186); }
td.TdClassName
{
border-color: #C1CCBA;
}
.TagClassName
{
border-color: #C1CCBA;
}
</style>