Shades of Surf Crest #C6CBC3
Tints of Surf Crest #C6CBC3
RGB
CMYK
RGB Variations
Color information
#C6CBC3 (or 0xC6CBC3) is known color: Surf Crest. HEX triplet: C6, CB and C3. RGB value is (198,203,195). Sum of RGB (Red+Green+Blue) = 198+203+195=596 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.22% from 596); Green value is 203 (79.69% from 255 or 34.06% from 596); Blue value is 195 (76.56% from 255 or 32.72% from 596); Max value from RGB is 203 - color contains mainly: green. Hex color #C6CBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CBC3 is #39343C. Grayscale: #C8C8C8. Windows color (decimal): -3748925 or 12831686. OLE color: 12831686.
HSL color Cylindrical-coordinate representation of color #C6CBC3: hue angle of 97.5º degrees, saturation: 0.07, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C6CBC3 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 203 | 195 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.20 |
| HSL | 97.5º | 0.07% | 0.78% | - |
| HSV(B) | 97.5º | 0.04% | 0.8% | - |
| XYZ | 54.49 | 58.66 | 60.08 | - |
| YUV | 200.59 | 124.84 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 203 | 195 | 0.02 | 0 | 0.04 | 0.20 | 97.5 | 0.07 | 0.78 |
| Hex | C6 | CB | C3 | 2 | 0 | 4 | 14 | 62 | 7 | 4E |
| Octal | 306 | 313 | 303 | 2 | 0 | 4 | 24 | 142 | 7 | 116 |
| Binary | 11000110 | 11001011 | 11000011 | 10 | 0 | 100 | 10100 | 1100010 | 111 | 1001110 |
Color Harmonies of #C6CBC3
Complementary color
Monochromatic Colors of #C6CBC3
Black with #C6CBC3
Text Example
Text Example
White with #C6CBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CBC3; }
p { color: rgb(198,203,195); }
H1.HeaderClassName
{
color: #C6CBC3;
}
.AnyTagClassName
{
color: #C6CBC3;
}
</style>
background-color css
<style>
a { background-color: #C6CBC3; }
a { background-color: rgb(198,203,195); }
div.DivClassName
{
background-color: #C6CBC3;
}
.BgClassName
{
background-color: #C6CBC3;
}
</style>
border-color css
<style>
span { border-color: #C6CBC3; }
span { border-color: rgb(198,203,195); }
td.TdClassName
{
border-color: #C6CBC3;
}
.TagClassName
{
border-color: #C6CBC3;
}
</style>