Shades of Surf Crest #C9CEC7
Tints of Surf Crest #C9CEC7
RGB
CMYK
RGB Variations
Color information
#C9CEC7 (or 0xC9CEC7) is known color: Surf Crest. HEX triplet: C9, CE and C7. RGB value is (201,206,199). Sum of RGB (Red+Green+Blue) = 201+206+199=606 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.17% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 199 (78.12% from 255 or 32.84% from 606); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CEC7 is #363138. Grayscale: #CBCBCB. Windows color (decimal): -3551545 or 13094601. OLE color: 13094601.
HSL color Cylindrical-coordinate representation of color #C9CEC7: hue angle of 102.86º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C9CEC7 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
RGB | 201 | 206 | 199 | - |
CMYK | 0.02 | 0 | 0.03 | 0.19 |
HSL | 102.86º | 0.07% | 0.79% | - |
HSV(B) | 102.86º | 0.03% | 0.81% | - |
XYZ | 56.47 | 60.68 | 62.77 | - |
YUV | 203.71 | 125.34 | 126.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 206 | 199 | 0.02 | 0 | 0.03 | 0.19 | 102.86 | 0.07 | 0.79 |
Hex | C9 | CE | C7 | 2 | 0 | 3 | 13 | 67 | 7 | 4F |
Octal | 311 | 316 | 307 | 2 | 0 | 3 | 23 | 147 | 7 | 117 |
Binary | 11001001 | 11001110 | 11000111 | 10 | 0 | 11 | 10011 | 1100111 | 111 | 1001111 |
Color Harmonies of #C9CEC7
Complementary color
Monochromatic Colors of #C9CEC7
Black with #C9CEC7
Text Example
Text Example
White with #C9CEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CEC7; }
p { color: rgb(201,206,199); }
H1.HeaderClassName
{
color: #C9CEC7;
}
.AnyTagClassName
{
color: #C9CEC7;
}
</style>
background-color css
<style>
a { background-color: #C9CEC7; }
a { background-color: rgb(201,206,199); }
div.DivClassName
{
background-color: #C9CEC7;
}
.BgClassName
{
background-color: #C9CEC7;
}
</style>
border-color css
<style>
span { border-color: #C9CEC7; }
span { border-color: rgb(201,206,199); }
td.TdClassName
{
border-color: #C9CEC7;
}
.TagClassName
{
border-color: #C9CEC7;
}
</style>