Shades of Surf Crest #C6CCC3
Tints of Surf Crest #C6CCC3
RGB
CMYK
RGB Variations
Color information
#C6CCC3 (or 0xC6CCC3) is known color: Surf Crest. HEX triplet: C6, CC and C3. RGB value is (198,204,195). Sum of RGB (Red+Green+Blue) = 198+204+195=597 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.17% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 195 (76.56% from 255 or 32.66% from 597); Max value from RGB is 204 - color contains mainly: green. Hex color #C6CCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CCC3 is #39333C. Grayscale: #C9C9C9. Windows color (decimal): -3748669 or 12831942. OLE color: 12831942.
HSL color Cylindrical-coordinate representation of color #C6CCC3: hue angle of 100º 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 #C6CCC3 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
RGB | 198 | 204 | 195 | - |
CMYK | 0.03 | 0 | 0.04 | 0.2 |
HSL | 100º | 0.08% | 0.78% | - |
HSV(B) | 100º | 0.04% | 0.8% | - |
XYZ | 54.73 | 59.13 | 60.16 | - |
YUV | 201.18 | 124.51 | 125.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 204 | 195 | 0.03 | 0 | 0.04 | 0.2 | 100 | 0.08 | 0.78 |
Hex | C6 | CC | C3 | 3 | 0 | 4 | 14 | 64 | 8 | 4E |
Octal | 306 | 314 | 303 | 3 | 0 | 4 | 24 | 144 | 10 | 116 |
Binary | 11000110 | 11001100 | 11000011 | 11 | 0 | 100 | 10100 | 1100100 | 1000 | 1001110 |
Color Harmonies of #C6CCC3
Complementary color
Monochromatic Colors of #C6CCC3
Black with #C6CCC3
Text Example
Text Example
White with #C6CCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CCC3; }
p { color: rgb(198,204,195); }
H1.HeaderClassName
{
color: #C6CCC3;
}
.AnyTagClassName
{
color: #C6CCC3;
}
</style>
background-color css
<style>
a { background-color: #C6CCC3; }
a { background-color: rgb(198,204,195); }
div.DivClassName
{
background-color: #C6CCC3;
}
.BgClassName
{
background-color: #C6CCC3;
}
</style>
border-color css
<style>
span { border-color: #C6CCC3; }
span { border-color: rgb(198,204,195); }
td.TdClassName
{
border-color: #C6CCC3;
}
.TagClassName
{
border-color: #C6CCC3;
}
</style>