Shades of Tiara #C6C8C7
Tints of Tiara #C6C8C7
RGB
CMYK
RGB Variations
Color information
#C6C8C7 (or 0xC6C8C7) is known color: Tiara. HEX triplet: C6, C8 and C7. RGB value is (198,200,199). Sum of RGB (Red+Green+Blue) = 198+200+199=597 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.17% from 597); Green value is 200 (78.52% from 255 or 33.50% from 597); Blue value is 199 (78.12% from 255 or 33.33% from 597); Max value from RGB is 200 - color contains mainly: green. Hex color #C6C8C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C8C7 is #393738. Grayscale: #C7C7C7. Windows color (decimal): -3749689 or 13093062. OLE color: 13093062.
HSL color Cylindrical-coordinate representation of color #C6C8C7: hue angle of 150º degrees, saturation: 0.02, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #C6C8C7 is Cyan = 0.01, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.22.
Color convert
RGB | 198 | 200 | 199 | - |
CMYK | 0.01 | 0 | 0.00 | 0.22 |
HSL | 150º | 0.02% | 0.78% | - |
HSV(B) | 150º | 0.01% | 0.78% | - |
XYZ | 54.25 | 57.44 | 62.26 | - |
YUV | 199.29 | 127.84 | 127.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 200 | 199 | 0.01 | 0 | 0.00 | 0.22 | 150 | 0.02 | 0.78 |
Hex | C6 | C8 | C7 | 1 | 0 | 0 | 16 | 96 | 2 | 4E |
Octal | 306 | 310 | 307 | 1 | 0 | 0 | 26 | 226 | 2 | 116 |
Binary | 11000110 | 11001000 | 11000111 | 1 | 0 | 0 | 10110 | 10010110 | 10 | 1001110 |
Color Harmonies of #C6C8C7
Complementary color
Monochromatic Colors of #C6C8C7
Black with #C6C8C7
Text Example
Text Example
White with #C6C8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C8C7; }
p { color: rgb(198,200,199); }
H1.HeaderClassName
{
color: #C6C8C7;
}
.AnyTagClassName
{
color: #C6C8C7;
}
</style>
background-color css
<style>
a { background-color: #C6C8C7; }
a { background-color: rgb(198,200,199); }
div.DivClassName
{
background-color: #C6C8C7;
}
.BgClassName
{
background-color: #C6C8C7;
}
</style>
border-color css
<style>
span { border-color: #C6C8C7; }
span { border-color: rgb(198,200,199); }
td.TdClassName
{
border-color: #C6C8C7;
}
.TagClassName
{
border-color: #C6C8C7;
}
</style>