Shades of Surf Crest #C1CCBE
Tints of Surf Crest #C1CCBE
RGB
CMYK
RGB Variations
Color information
#C1CCBE (or 0xC1CCBE) is known color: Surf Crest. HEX triplet: C1, CC and BE. RGB value is (193,204,190). Sum of RGB (Red+Green+Blue) = 193+204+190=587 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.88% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CCBE is #3E3341. Grayscale: #C7C7C7. Windows color (decimal): -4076354 or 12504257. OLE color: 12504257.
HSL color Cylindrical-coordinate representation of color #C1CCBE: hue angle of 107.14º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C1CCBE is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 204 | 190 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.2 |
| HSL | 107.14º | 0.12% | 0.77% | - |
| HSV(B) | 107.14º | 0.07% | 0.8% | - |
| XYZ | 52.88 | 58.24 | 57.17 | - |
| YUV | 199.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 204 | 190 | 0.05 | 0 | 0.07 | 0.2 | 107.14 | 0.12 | 0.77 |
| Hex | C1 | CC | BE | 5 | 0 | 7 | 14 | 6B | C | 4D |
| Octal | 301 | 314 | 276 | 5 | 0 | 7 | 24 | 153 | 14 | 115 |
| Binary | 11000001 | 11001100 | 10111110 | 101 | 0 | 111 | 10100 | 1101011 | 1100 | 1001101 |
Color Harmonies of #C1CCBE
Complementary color
Monochromatic Colors of #C1CCBE
Black with #C1CCBE
Text Example
Text Example
White with #C1CCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CCBE; }
p { color: rgb(193,204,190); }
H1.HeaderClassName
{
color: #C1CCBE;
}
.AnyTagClassName
{
color: #C1CCBE;
}
</style>
background-color css
<style>
a { background-color: #C1CCBE; }
a { background-color: rgb(193,204,190); }
div.DivClassName
{
background-color: #C1CCBE;
}
.BgClassName
{
background-color: #C1CCBE;
}
</style>
border-color css
<style>
span { border-color: #C1CCBE; }
span { border-color: rgb(193,204,190); }
td.TdClassName
{
border-color: #C1CCBE;
}
.TagClassName
{
border-color: #C1CCBE;
}
</style>