Shades of Surf Crest #C5CDBF
Tints of Surf Crest #C5CDBF
RGB
CMYK
RGB Variations
Color information
#C5CDBF (or 0xC5CDBF) is known color: Surf Crest. HEX triplet: C5, CD and BF. RGB value is (197,205,191). Sum of RGB (Red+Green+Blue) = 197+205+191=593 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.22% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 191 (75% from 255 or 32.21% from 593); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CDBF is #3A3240. Grayscale: #C9C9C9. Windows color (decimal): -3813953 or 12570053. OLE color: 12570053.
HSL color Cylindrical-coordinate representation of color #C5CDBF: hue angle of 94.29º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C5CDBF is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
RGB | 197 | 205 | 191 | - |
CMYK | 0.04 | 0 | 0.07 | 0.20 |
HSL | 94.29º | 0.12% | 0.78% | - |
HSV(B) | 94.29º | 0.07% | 0.8% | - |
XYZ | 54.26 | 59.29 | 57.88 | - |
YUV | 201.01 | 122.35 | 125.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 205 | 191 | 0.04 | 0 | 0.07 | 0.20 | 94.29 | 0.12 | 0.78 |
Hex | C5 | CD | BF | 4 | 0 | 7 | 14 | 5E | C | 4E |
Octal | 305 | 315 | 277 | 4 | 0 | 7 | 24 | 136 | 14 | 116 |
Binary | 11000101 | 11001101 | 10111111 | 100 | 0 | 111 | 10100 | 1011110 | 1100 | 1001110 |
Color Harmonies of #C5CDBF
Complementary color
Monochromatic Colors of #C5CDBF
Black with #C5CDBF
Text Example
Text Example
White with #C5CDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CDBF; }
p { color: rgb(197,205,191); }
H1.HeaderClassName
{
color: #C5CDBF;
}
.AnyTagClassName
{
color: #C5CDBF;
}
</style>
background-color css
<style>
a { background-color: #C5CDBF; }
a { background-color: rgb(197,205,191); }
div.DivClassName
{
background-color: #C5CDBF;
}
.BgClassName
{
background-color: #C5CDBF;
}
</style>
border-color css
<style>
span { border-color: #C5CDBF; }
span { border-color: rgb(197,205,191); }
td.TdClassName
{
border-color: #C5CDBF;
}
.TagClassName
{
border-color: #C5CDBF;
}
</style>