Shades of Surf Crest #C7CCC3
Tints of Surf Crest #C7CCC3
RGB
CMYK
RGB Variations
Color information
#C7CCC3 (or 0xC7CCC3) is known color: Surf Crest. HEX triplet: C7, CC and C3. RGB value is (199,204,195). Sum of RGB (Red+Green+Blue) = 199+204+195=598 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.28% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 195 (76.56% from 255 or 32.61% from 598); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CCC3 is #38333C. Grayscale: #C9C9C9. Windows color (decimal): -3683133 or 12831943. OLE color: 12831943.
HSL color Cylindrical-coordinate representation of color #C7CCC3: hue angle of 93.33º degrees, saturation: 0.08, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C7CCC3 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
RGB | 199 | 204 | 195 | - |
CMYK | 0.02 | 0 | 0.04 | 0.2 |
HSL | 93.33º | 0.08% | 0.78% | - |
HSV(B) | 93.33º | 0.04% | 0.8% | - |
XYZ | 55 | 59.27 | 60.17 | - |
YUV | 201.48 | 124.34 | 126.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 204 | 195 | 0.02 | 0 | 0.04 | 0.2 | 93.33 | 0.08 | 0.78 |
Hex | C7 | CC | C3 | 2 | 0 | 4 | 14 | 5D | 8 | 4E |
Octal | 307 | 314 | 303 | 2 | 0 | 4 | 24 | 135 | 10 | 116 |
Binary | 11000111 | 11001100 | 11000011 | 10 | 0 | 100 | 10100 | 1011101 | 1000 | 1001110 |
Color Harmonies of #C7CCC3
Complementary color
Monochromatic Colors of #C7CCC3
Black with #C7CCC3
Text Example
Text Example
White with #C7CCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CCC3; }
p { color: rgb(199,204,195); }
H1.HeaderClassName
{
color: #C7CCC3;
}
.AnyTagClassName
{
color: #C7CCC3;
}
</style>
background-color css
<style>
a { background-color: #C7CCC3; }
a { background-color: rgb(199,204,195); }
div.DivClassName
{
background-color: #C7CCC3;
}
.BgClassName
{
background-color: #C7CCC3;
}
</style>
border-color css
<style>
span { border-color: #C7CCC3; }
span { border-color: rgb(199,204,195); }
td.TdClassName
{
border-color: #C7CCC3;
}
.TagClassName
{
border-color: #C7CCC3;
}
</style>