Shades of Surf Crest #C9CEC8
Tints of Surf Crest #C9CEC8
RGB
CMYK
RGB Variations
Color information
#C9CEC8 (or 0xC9CEC8) is known color: Surf Crest. HEX triplet: C9, CE and C8. RGB value is (201,206,200). Sum of RGB (Red+Green+Blue) = 201+206+200=607 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.11% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 200 (78.52% from 255 or 32.95% from 607); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CEC8 is #363137. Grayscale: #CBCBCB. Windows color (decimal): -3551544 or 13160137. OLE color: 13160137.
HSL color Cylindrical-coordinate representation of color #C9CEC8: hue angle of 110º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C9CEC8 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
RGB | 201 | 206 | 200 | - |
CMYK | 0.02 | 0 | 0.03 | 0.19 |
HSL | 110º | 0.06% | 0.8% | - |
HSV(B) | 110º | 0.03% | 0.81% | - |
XYZ | 56.58 | 60.73 | 63.38 | - |
YUV | 203.82 | 125.84 | 125.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 206 | 200 | 0.02 | 0 | 0.03 | 0.19 | 110 | 0.06 | 0.8 |
Hex | C9 | CE | C8 | 2 | 0 | 3 | 13 | 6E | 6 | 50 |
Octal | 311 | 316 | 310 | 2 | 0 | 3 | 23 | 156 | 6 | 120 |
Binary | 11001001 | 11001110 | 11001000 | 10 | 0 | 11 | 10011 | 1101110 | 110 | 1010000 |
Color Harmonies of #C9CEC8
Complementary color
Monochromatic Colors of #C9CEC8
Black with #C9CEC8
Text Example
Text Example
White with #C9CEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CEC8; }
p { color: rgb(201,206,200); }
H1.HeaderClassName
{
color: #C9CEC8;
}
.AnyTagClassName
{
color: #C9CEC8;
}
</style>
background-color css
<style>
a { background-color: #C9CEC8; }
a { background-color: rgb(201,206,200); }
div.DivClassName
{
background-color: #C9CEC8;
}
.BgClassName
{
background-color: #C9CEC8;
}
</style>
border-color css
<style>
span { border-color: #C9CEC8; }
span { border-color: rgb(201,206,200); }
td.TdClassName
{
border-color: #C9CEC8;
}
.TagClassName
{
border-color: #C9CEC8;
}
</style>