Shades of Surf Crest #C3CBBF
Tints of Surf Crest #C3CBBF
RGB
CMYK
RGB Variations
Color information
#C3CBBF (or 0xC3CBBF) is known color: Surf Crest. HEX triplet: C3, CB and BF. RGB value is (195,203,191). Sum of RGB (Red+Green+Blue) = 195+203+191=589 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.11% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 203 - color contains mainly: green. Hex color #C3CBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CBBF is #3C3440. Grayscale: #C7C7C7. Windows color (decimal): -3945537 or 12569539. OLE color: 12569539.
HSL color Cylindrical-coordinate representation of color #C3CBBF: hue angle of 100º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C3CBBF is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 203 | 191 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.20 |
| HSL | 100º | 0.1% | 0.77% | - |
| HSV(B) | 100º | 0.06% | 0.8% | - |
| XYZ | 53.27 | 58.08 | 57.69 | - |
| YUV | 199.24 | 123.35 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 203 | 191 | 0.04 | 0 | 0.06 | 0.20 | 100 | 0.1 | 0.77 |
| Hex | C3 | CB | BF | 4 | 0 | 6 | 14 | 64 | A | 4D |
| Octal | 303 | 313 | 277 | 4 | 0 | 6 | 24 | 144 | 12 | 115 |
| Binary | 11000011 | 11001011 | 10111111 | 100 | 0 | 110 | 10100 | 1100100 | 1010 | 1001101 |
Color Harmonies of #C3CBBF
Complementary color
Monochromatic Colors of #C3CBBF
Black with #C3CBBF
Text Example
Text Example
White with #C3CBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CBBF; }
p { color: rgb(195,203,191); }
H1.HeaderClassName
{
color: #C3CBBF;
}
.AnyTagClassName
{
color: #C3CBBF;
}
</style>
background-color css
<style>
a { background-color: #C3CBBF; }
a { background-color: rgb(195,203,191); }
div.DivClassName
{
background-color: #C3CBBF;
}
.BgClassName
{
background-color: #C3CBBF;
}
</style>
border-color css
<style>
span { border-color: #C3CBBF; }
span { border-color: rgb(195,203,191); }
td.TdClassName
{
border-color: #C3CBBF;
}
.TagClassName
{
border-color: #C3CBBF;
}
</style>