Shades of Surf Crest #C9D5C3
Tints of Surf Crest #C9D5C3
RGB
CMYK
RGB Variations
Color information
#C9D5C3 (or 0xC9D5C3) is known color: Surf Crest. HEX triplet: C9, D5 and C3. RGB value is (201,213,195). Sum of RGB (Red+Green+Blue) = 201+213+195=609 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.00% from 609); Green value is 213 (83.59% from 255 or 34.98% from 609); Blue value is 195 (76.56% from 255 or 32.02% from 609); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D5C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D5C3 is #362A3C. Grayscale: #CFCFCF. Windows color (decimal): -3549757 or 12834249. OLE color: 12834249.
HSL color Cylindrical-coordinate representation of color #C9D5C3: hue angle of 100º degrees, saturation: 0.18, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9D5C3 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 213 | 195 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.16 |
| HSL | 100º | 0.18% | 0.8% | - |
| HSV(B) | 100º | 0.08% | 0.84% | - |
| XYZ | 57.73 | 63.95 | 60.93 | - |
| YUV | 207.36 | 121.02 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 213 | 195 | 0.06 | 0 | 0.08 | 0.16 | 100 | 0.18 | 0.8 |
| Hex | C9 | D5 | C3 | 6 | 0 | 8 | 10 | 64 | 12 | 50 |
| Octal | 311 | 325 | 303 | 6 | 0 | 10 | 20 | 144 | 22 | 120 |
| Binary | 11001001 | 11010101 | 11000011 | 110 | 0 | 1000 | 10000 | 1100100 | 10010 | 1010000 |
Color Harmonies of #C9D5C3
Complementary color
Monochromatic Colors of #C9D5C3
Black with #C9D5C3
Text Example
Text Example
White with #C9D5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D5C3; }
p { color: rgb(201,213,195); }
H1.HeaderClassName
{
color: #C9D5C3;
}
.AnyTagClassName
{
color: #C9D5C3;
}
</style>
background-color css
<style>
a { background-color: #C9D5C3; }
a { background-color: rgb(201,213,195); }
div.DivClassName
{
background-color: #C9D5C3;
}
.BgClassName
{
background-color: #C9D5C3;
}
</style>
border-color css
<style>
span { border-color: #C9D5C3; }
span { border-color: rgb(201,213,195); }
td.TdClassName
{
border-color: #C9D5C3;
}
.TagClassName
{
border-color: #C9D5C3;
}
</style>