Shades of Tiara #C1C7C4
Tints of Tiara #C1C7C4
RGB
CMYK
RGB Variations
Color information
#C1C7C4 (or 0xC1C7C4) is known color: Tiara. HEX triplet: C1, C7 and C4. RGB value is (193,199,196). Sum of RGB (Red+Green+Blue) = 193+199+196=588 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.82% from 588); Green value is 199 (78.12% from 255 or 33.84% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 199 - color contains mainly: green. Hex color #C1C7C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C7C4 is #3E383B. Grayscale: #C4C4C4. Windows color (decimal): -4077628 or 12896193. OLE color: 12896193.
HSL color Cylindrical-coordinate representation of color #C1C7C4: hue angle of 150º degrees, saturation: 0.05, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C1C7C4 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 199 | 196 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.22 |
| HSL | 150º | 0.05% | 0.77% | - |
| HSV(B) | 150º | 0.03% | 0.78% | - |
| XYZ | 52.38 | 56.17 | 60.31 | - |
| YUV | 196.86 | 127.51 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 199 | 196 | 0.03 | 0 | 0.02 | 0.22 | 150 | 0.05 | 0.77 |
| Hex | C1 | C7 | C4 | 3 | 0 | 2 | 16 | 96 | 5 | 4D |
| Octal | 301 | 307 | 304 | 3 | 0 | 2 | 26 | 226 | 5 | 115 |
| Binary | 11000001 | 11000111 | 11000100 | 11 | 0 | 10 | 10110 | 10010110 | 101 | 1001101 |
Color Harmonies of #C1C7C4
Complementary color
Monochromatic Colors of #C1C7C4
Black with #C1C7C4
Text Example
Text Example
White with #C1C7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C7C4; }
p { color: rgb(193,199,196); }
H1.HeaderClassName
{
color: #C1C7C4;
}
.AnyTagClassName
{
color: #C1C7C4;
}
</style>
background-color css
<style>
a { background-color: #C1C7C4; }
a { background-color: rgb(193,199,196); }
div.DivClassName
{
background-color: #C1C7C4;
}
.BgClassName
{
background-color: #C1C7C4;
}
</style>
border-color css
<style>
span { border-color: #C1C7C4; }
span { border-color: rgb(193,199,196); }
td.TdClassName
{
border-color: #C1C7C4;
}
.TagClassName
{
border-color: #C1C7C4;
}
</style>