Shades of Surf Crest #C3CAC2
Tints of Surf Crest #C3CAC2
RGB
CMYK
RGB Variations
Color information
#C3CAC2 (or 0xC3CAC2) is known color: Surf Crest. HEX triplet: C3, CA and C2. RGB value is (195,202,194). Sum of RGB (Red+Green+Blue) = 195+202+194=591 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.99% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 194 (76.17% from 255 or 32.83% from 591); Max value from RGB is 202 - color contains mainly: green. Hex color #C3CAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CAC2 is #3C353D. Grayscale: #C7C7C7. Windows color (decimal): -3945790 or 12765891. OLE color: 12765891.
HSL color Cylindrical-coordinate representation of color #C3CAC2: hue angle of 112.5º degrees, saturation: 0.07, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C3CAC2 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
RGB | 195 | 202 | 194 | - |
CMYK | 0.03 | 0 | 0.04 | 0.21 |
HSL | 112.5º | 0.07% | 0.78% | - |
HSV(B) | 112.5º | 0.04% | 0.79% | - |
XYZ | 53.36 | 57.74 | 59.37 | - |
YUV | 199 | 125.18 | 125.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 202 | 194 | 0.03 | 0 | 0.04 | 0.21 | 112.5 | 0.07 | 0.78 |
Hex | C3 | CA | C2 | 3 | 0 | 4 | 15 | 70 | 7 | 4E |
Octal | 303 | 312 | 302 | 3 | 0 | 4 | 25 | 160 | 7 | 116 |
Binary | 11000011 | 11001010 | 11000010 | 11 | 0 | 100 | 10101 | 1110000 | 111 | 1001110 |
Color Harmonies of #C3CAC2
Complementary color
Monochromatic Colors of #C3CAC2
Black with #C3CAC2
Text Example
Text Example
White with #C3CAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CAC2; }
p { color: rgb(195,202,194); }
H1.HeaderClassName
{
color: #C3CAC2;
}
.AnyTagClassName
{
color: #C3CAC2;
}
</style>
background-color css
<style>
a { background-color: #C3CAC2; }
a { background-color: rgb(195,202,194); }
div.DivClassName
{
background-color: #C3CAC2;
}
.BgClassName
{
background-color: #C3CAC2;
}
</style>
border-color css
<style>
span { border-color: #C3CAC2; }
span { border-color: rgb(195,202,194); }
td.TdClassName
{
border-color: #C3CAC2;
}
.TagClassName
{
border-color: #C3CAC2;
}
</style>