Shades of Surf Crest #C4CBC2
Tints of Surf Crest #C4CBC2
RGB
CMYK
RGB Variations
Color information
#C4CBC2 (or 0xC4CBC2) is known color: Surf Crest. HEX triplet: C4, CB and C2. RGB value is (196,203,194). Sum of RGB (Red+Green+Blue) = 196+203+194=593 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.05% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 194 (76.17% from 255 or 32.72% from 593); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CBC2 is #3B343D. Grayscale: #C7C7C7. Windows color (decimal): -3879998 or 12766148. OLE color: 12766148.
HSL color Cylindrical-coordinate representation of color #C4CBC2: hue angle of 106.67º 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 #C4CBC2 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 203 | 194 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.20 |
| HSL | 106.67º | 0.08% | 0.78% | - |
| HSV(B) | 106.67º | 0.04% | 0.8% | - |
| XYZ | 53.86 | 58.34 | 59.46 | - |
| YUV | 199.88 | 124.68 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 203 | 194 | 0.03 | 0 | 0.04 | 0.20 | 106.67 | 0.08 | 0.78 |
| Hex | C4 | CB | C2 | 3 | 0 | 4 | 14 | 6B | 8 | 4E |
| Octal | 304 | 313 | 302 | 3 | 0 | 4 | 24 | 153 | 10 | 116 |
| Binary | 11000100 | 11001011 | 11000010 | 11 | 0 | 100 | 10100 | 1101011 | 1000 | 1001110 |
Color Harmonies of #C4CBC2
Complementary color
Monochromatic Colors of #C4CBC2
Black with #C4CBC2
Text Example
Text Example
White with #C4CBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CBC2; }
p { color: rgb(196,203,194); }
H1.HeaderClassName
{
color: #C4CBC2;
}
.AnyTagClassName
{
color: #C4CBC2;
}
</style>
background-color css
<style>
a { background-color: #C4CBC2; }
a { background-color: rgb(196,203,194); }
div.DivClassName
{
background-color: #C4CBC2;
}
.BgClassName
{
background-color: #C4CBC2;
}
</style>
border-color css
<style>
span { border-color: #C4CBC2; }
span { border-color: rgb(196,203,194); }
td.TdClassName
{
border-color: #C4CBC2;
}
.TagClassName
{
border-color: #C4CBC2;
}
</style>