Shades of Surf Crest #C6CCC4
Tints of Surf Crest #C6CCC4
RGB
CMYK
RGB Variations
Color information
#C6CCC4 (or 0xC6CCC4) is known color: Surf Crest. HEX triplet: C6, CC and C4. RGB value is (198,204,196). Sum of RGB (Red+Green+Blue) = 198+204+196=598 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.11% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 196 (76.95% from 255 or 32.78% from 598); Max value from RGB is 204 - color contains mainly: green. Hex color #C6CCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CCC4 is #39333B. Grayscale: #C9C9C9. Windows color (decimal): -3748668 or 12897478. OLE color: 12897478.
HSL color Cylindrical-coordinate representation of color #C6CCC4: hue angle of 105º degrees, saturation: 0.07, 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 #C6CCC4 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
RGB | 198 | 204 | 196 | - |
CMYK | 0.03 | 0 | 0.04 | 0.2 |
HSL | 105º | 0.07% | 0.78% | - |
HSV(B) | 105º | 0.04% | 0.8% | - |
XYZ | 54.85 | 59.18 | 60.76 | - |
YUV | 201.29 | 125.01 | 125.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 204 | 196 | 0.03 | 0 | 0.04 | 0.2 | 105 | 0.07 | 0.78 |
Hex | C6 | CC | C4 | 3 | 0 | 4 | 14 | 69 | 7 | 4E |
Octal | 306 | 314 | 304 | 3 | 0 | 4 | 24 | 151 | 7 | 116 |
Binary | 11000110 | 11001100 | 11000100 | 11 | 0 | 100 | 10100 | 1101001 | 111 | 1001110 |
Color Harmonies of #C6CCC4
Complementary color
Monochromatic Colors of #C6CCC4
Black with #C6CCC4
Text Example
Text Example
White with #C6CCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CCC4; }
p { color: rgb(198,204,196); }
H1.HeaderClassName
{
color: #C6CCC4;
}
.AnyTagClassName
{
color: #C6CCC4;
}
</style>
background-color css
<style>
a { background-color: #C6CCC4; }
a { background-color: rgb(198,204,196); }
div.DivClassName
{
background-color: #C6CCC4;
}
.BgClassName
{
background-color: #C6CCC4;
}
</style>
border-color css
<style>
span { border-color: #C6CCC4; }
span { border-color: rgb(198,204,196); }
td.TdClassName
{
border-color: #C6CCC4;
}
.TagClassName
{
border-color: #C6CCC4;
}
</style>