Shades of Surf Crest #C8CAC7
Tints of Surf Crest #C8CAC7
RGB
CMYK
RGB Variations
Color information
#C8CAC7 (or 0xC8CAC7) is known color: Surf Crest. HEX triplet: C8, CA and C7. RGB value is (200,202,199). Sum of RGB (Red+Green+Blue) = 200+202+199=601 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.28% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 199 (78.12% from 255 or 33.11% from 601); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CAC7 is #373538. Grayscale: #C9C9C9. Windows color (decimal): -3618105 or 13093576. OLE color: 13093576.
HSL color Cylindrical-coordinate representation of color #C8CAC7: hue angle of 100º degrees, saturation: 0.03, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #C8CAC7 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
RGB | 200 | 202 | 199 | - |
CMYK | 0.01 | 0 | 0.01 | 0.21 |
HSL | 100º | 0.03% | 0.79% | - |
HSV(B) | 100º | 0.01% | 0.79% | - |
XYZ | 55.25 | 58.64 | 62.44 | - |
YUV | 201.06 | 126.84 | 127.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 202 | 199 | 0.01 | 0 | 0.01 | 0.21 | 100 | 0.03 | 0.79 |
Hex | C8 | CA | C7 | 1 | 0 | 1 | 15 | 64 | 3 | 4F |
Octal | 310 | 312 | 307 | 1 | 0 | 1 | 25 | 144 | 3 | 117 |
Binary | 11001000 | 11001010 | 11000111 | 1 | 0 | 1 | 10101 | 1100100 | 11 | 1001111 |
Color Harmonies of #C8CAC7
Complementary color
Monochromatic Colors of #C8CAC7
Black with #C8CAC7
Text Example
Text Example
White with #C8CAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CAC7; }
p { color: rgb(200,202,199); }
H1.HeaderClassName
{
color: #C8CAC7;
}
.AnyTagClassName
{
color: #C8CAC7;
}
</style>
background-color css
<style>
a { background-color: #C8CAC7; }
a { background-color: rgb(200,202,199); }
div.DivClassName
{
background-color: #C8CAC7;
}
.BgClassName
{
background-color: #C8CAC7;
}
</style>
border-color css
<style>
span { border-color: #C8CAC7; }
span { border-color: rgb(200,202,199); }
td.TdClassName
{
border-color: #C8CAC7;
}
.TagClassName
{
border-color: #C8CAC7;
}
</style>