Shades of Surf Crest #C2CCBD
Tints of Surf Crest #C2CCBD
RGB
CMYK
RGB Variations
Color information
#C2CCBD (or 0xC2CCBD) is known color: Surf Crest. HEX triplet: C2, CC and BD. RGB value is (194,204,189). Sum of RGB (Red+Green+Blue) = 194+204+189=587 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.05% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CCBD is #3D3342. Grayscale: #C7C7C7. Windows color (decimal): -4010819 or 12438722. OLE color: 12438722.
HSL color Cylindrical-coordinate representation of color #C2CCBD: hue angle of 100º degrees, saturation: 0.13, 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 #C2CCBD is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 204 | 189 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.2 |
| HSL | 100º | 0.13% | 0.77% | - |
| HSV(B) | 100º | 0.07% | 0.8% | - |
| XYZ | 53.03 | 58.33 | 56.61 | - |
| YUV | 199.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 189 | 0.05 | 0 | 0.07 | 0.2 | 100 | 0.13 | 0.77 |
| Hex | C2 | CC | BD | 5 | 0 | 7 | 14 | 64 | D | 4D |
| Octal | 302 | 314 | 275 | 5 | 0 | 7 | 24 | 144 | 15 | 115 |
| Binary | 11000010 | 11001100 | 10111101 | 101 | 0 | 111 | 10100 | 1100100 | 1101 | 1001101 |
Color Harmonies of #C2CCBD
Complementary color
Monochromatic Colors of #C2CCBD
Black with #C2CCBD
Text Example
Text Example
White with #C2CCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CCBD; }
p { color: rgb(194,204,189); }
H1.HeaderClassName
{
color: #C2CCBD;
}
.AnyTagClassName
{
color: #C2CCBD;
}
</style>
background-color css
<style>
a { background-color: #C2CCBD; }
a { background-color: rgb(194,204,189); }
div.DivClassName
{
background-color: #C2CCBD;
}
.BgClassName
{
background-color: #C2CCBD;
}
</style>
border-color css
<style>
span { border-color: #C2CCBD; }
span { border-color: rgb(194,204,189); }
td.TdClassName
{
border-color: #C2CCBD;
}
.TagClassName
{
border-color: #C2CCBD;
}
</style>