Shades of Tiara #C1CBC6
Tints of Tiara #C1CBC6
RGB
CMYK
RGB Variations
Color information
#C1CBC6 (or 0xC1CBC6) is known color: Tiara. HEX triplet: C1, CB and C6. RGB value is (193,203,198). Sum of RGB (Red+Green+Blue) = 193+203+198=594 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.49% from 594); Green value is 203 (79.69% from 255 or 34.18% from 594); Blue value is 198 (77.73% from 255 or 33.33% from 594); Max value from RGB is 203 - color contains mainly: green. Hex color #C1CBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CBC6 is #3E3439. Grayscale: #C7C7C7. Windows color (decimal): -4076602 or 13028289. OLE color: 13028289.
HSL color Cylindrical-coordinate representation of color #C1CBC6: hue angle of 150º degrees, saturation: 0.09, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C1CBC6 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 203 | 198 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.20 |
| HSL | 150º | 0.09% | 0.78% | - |
| HSV(B) | 150º | 0.05% | 0.8% | - |
| XYZ | 53.54 | 58.13 | 61.82 | - |
| YUV | 199.44 | 127.19 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 203 | 198 | 0.05 | 0 | 0.02 | 0.20 | 150 | 0.09 | 0.78 |
| Hex | C1 | CB | C6 | 5 | 0 | 2 | 14 | 96 | 9 | 4E |
| Octal | 301 | 313 | 306 | 5 | 0 | 2 | 24 | 226 | 11 | 116 |
| Binary | 11000001 | 11001011 | 11000110 | 101 | 0 | 10 | 10100 | 10010110 | 1001 | 1001110 |
Color Harmonies of #C1CBC6
Complementary color
Monochromatic Colors of #C1CBC6
Black with #C1CBC6
Text Example
Text Example
White with #C1CBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CBC6; }
p { color: rgb(193,203,198); }
H1.HeaderClassName
{
color: #C1CBC6;
}
.AnyTagClassName
{
color: #C1CBC6;
}
</style>
background-color css
<style>
a { background-color: #C1CBC6; }
a { background-color: rgb(193,203,198); }
div.DivClassName
{
background-color: #C1CBC6;
}
.BgClassName
{
background-color: #C1CBC6;
}
</style>
border-color css
<style>
span { border-color: #C1CBC6; }
span { border-color: rgb(193,203,198); }
td.TdClassName
{
border-color: #C1CBC6;
}
.TagClassName
{
border-color: #C1CBC6;
}
</style>