Shades of Surf Crest #C6CBC4
Tints of Surf Crest #C6CBC4
RGB
CMYK
RGB Variations
Color information
#C6CBC4 (or 0xC6CBC4) is known color: Surf Crest. HEX triplet: C6, CB and C4. RGB value is (198,203,196). Sum of RGB (Red+Green+Blue) = 198+203+196=597 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.17% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 196 (76.95% from 255 or 32.83% from 597); Max value from RGB is 203 - color contains mainly: green. Hex color #C6CBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CBC4 is #39343B. Grayscale: #C8C8C8. Windows color (decimal): -3748924 or 12897222. OLE color: 12897222.
HSL color Cylindrical-coordinate representation of color #C6CBC4: hue angle of 102.86º degrees, saturation: 0.06, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C6CBC4 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 203 | 196 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.20 |
| HSL | 102.86º | 0.06% | 0.78% | - |
| HSV(B) | 102.86º | 0.03% | 0.8% | - |
| XYZ | 54.61 | 58.7 | 60.68 | - |
| YUV | 200.71 | 125.34 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 203 | 196 | 0.02 | 0 | 0.03 | 0.20 | 102.86 | 0.06 | 0.78 |
| Hex | C6 | CB | C4 | 2 | 0 | 3 | 14 | 67 | 6 | 4E |
| Octal | 306 | 313 | 304 | 2 | 0 | 3 | 24 | 147 | 6 | 116 |
| Binary | 11000110 | 11001011 | 11000100 | 10 | 0 | 11 | 10100 | 1100111 | 110 | 1001110 |
Color Harmonies of #C6CBC4
Complementary color
Monochromatic Colors of #C6CBC4
Black with #C6CBC4
Text Example
Text Example
White with #C6CBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CBC4; }
p { color: rgb(198,203,196); }
H1.HeaderClassName
{
color: #C6CBC4;
}
.AnyTagClassName
{
color: #C6CBC4;
}
</style>
background-color css
<style>
a { background-color: #C6CBC4; }
a { background-color: rgb(198,203,196); }
div.DivClassName
{
background-color: #C6CBC4;
}
.BgClassName
{
background-color: #C6CBC4;
}
</style>
border-color css
<style>
span { border-color: #C6CBC4; }
span { border-color: rgb(198,203,196); }
td.TdClassName
{
border-color: #C6CBC4;
}
.TagClassName
{
border-color: #C6CBC4;
}
</style>