Shades of Surf Crest #C7CDC4
Tints of Surf Crest #C7CDC4
RGB
CMYK
RGB Variations
Color information
#C7CDC4 (or 0xC7CDC4) is known color: Surf Crest. HEX triplet: C7, CD and C4. RGB value is (199,205,196). Sum of RGB (Red+Green+Blue) = 199+205+196=600 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.17% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 196 (76.95% from 255 or 32.67% from 600); Max value from RGB is 205 - color contains mainly: green. Hex color #C7CDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CDC4 is #38323B. Grayscale: #CACACA. Windows color (decimal): -3682876 or 12897735. OLE color: 12897735.
HSL color Cylindrical-coordinate representation of color #C7CDC4: hue angle of 100º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C7CDC4 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
RGB | 199 | 205 | 196 | - |
CMYK | 0.03 | 0 | 0.04 | 0.20 |
HSL | 100º | 0.08% | 0.79% | - |
HSV(B) | 100º | 0.04% | 0.8% | - |
XYZ | 55.35 | 59.79 | 60.85 | - |
YUV | 202.18 | 124.51 | 125.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 205 | 196 | 0.03 | 0 | 0.04 | 0.20 | 100 | 0.08 | 0.79 |
Hex | C7 | CD | C4 | 3 | 0 | 4 | 14 | 64 | 8 | 4F |
Octal | 307 | 315 | 304 | 3 | 0 | 4 | 24 | 144 | 10 | 117 |
Binary | 11000111 | 11001101 | 11000100 | 11 | 0 | 100 | 10100 | 1100100 | 1000 | 1001111 |
Color Harmonies of #C7CDC4
Complementary color
Monochromatic Colors of #C7CDC4
Black with #C7CDC4
Text Example
Text Example
White with #C7CDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CDC4; }
p { color: rgb(199,205,196); }
H1.HeaderClassName
{
color: #C7CDC4;
}
.AnyTagClassName
{
color: #C7CDC4;
}
</style>
background-color css
<style>
a { background-color: #C7CDC4; }
a { background-color: rgb(199,205,196); }
div.DivClassName
{
background-color: #C7CDC4;
}
.BgClassName
{
background-color: #C7CDC4;
}
</style>
border-color css
<style>
span { border-color: #C7CDC4; }
span { border-color: rgb(199,205,196); }
td.TdClassName
{
border-color: #C7CDC4;
}
.TagClassName
{
border-color: #C7CDC4;
}
</style>