Shades of Surf Crest #C3CCBE
Tints of Surf Crest #C3CCBE
RGB
CMYK
RGB Variations
Color information
#C3CCBE (or 0xC3CCBE) is known color: Surf Crest. HEX triplet: C3, CC and BE. RGB value is (195,204,190). Sum of RGB (Red+Green+Blue) = 195+204+190=589 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.11% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 204 - color contains mainly: green. Hex color #C3CCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CCBE is #3C3341. Grayscale: #C7C7C7. Windows color (decimal): -3945282 or 12504259. OLE color: 12504259.
HSL color Cylindrical-coordinate representation of color #C3CCBE: hue angle of 98.57º 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 #C3CCBE is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 204 | 190 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.2 |
| HSL | 98.57º | 0.12% | 0.77% | - |
| HSV(B) | 98.57º | 0.07% | 0.8% | - |
| XYZ | 53.39 | 58.51 | 57.19 | - |
| YUV | 199.71 | 122.52 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 204 | 190 | 0.04 | 0 | 0.07 | 0.2 | 98.57 | 0.12 | 0.77 |
| Hex | C3 | CC | BE | 4 | 0 | 7 | 14 | 63 | C | 4D |
| Octal | 303 | 314 | 276 | 4 | 0 | 7 | 24 | 143 | 14 | 115 |
| Binary | 11000011 | 11001100 | 10111110 | 100 | 0 | 111 | 10100 | 1100011 | 1100 | 1001101 |
Color Harmonies of #C3CCBE
Complementary color
Monochromatic Colors of #C3CCBE
Black with #C3CCBE
Text Example
Text Example
White with #C3CCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CCBE; }
p { color: rgb(195,204,190); }
H1.HeaderClassName
{
color: #C3CCBE;
}
.AnyTagClassName
{
color: #C3CCBE;
}
</style>
background-color css
<style>
a { background-color: #C3CCBE; }
a { background-color: rgb(195,204,190); }
div.DivClassName
{
background-color: #C3CCBE;
}
.BgClassName
{
background-color: #C3CCBE;
}
</style>
border-color css
<style>
span { border-color: #C3CCBE; }
span { border-color: rgb(195,204,190); }
td.TdClassName
{
border-color: #C3CCBE;
}
.TagClassName
{
border-color: #C3CCBE;
}
</style>