Shades of Tiara #C3C5C4
Tints of Tiara #C3C5C4
RGB
CMYK
RGB Variations
Color information
#C3C5C4 (or 0xC3C5C4) is known color: Tiara. HEX triplet: C3, C5 and C4. RGB value is (195,197,196). Sum of RGB (Red+Green+Blue) = 195+197+196=588 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.16% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C5C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C5C4 is #3C3A3B. Grayscale: #C4C4C4. Windows color (decimal): -3947068 or 12895683. OLE color: 12895683.
HSL color Cylindrical-coordinate representation of color #C3C5C4: hue angle of 150º degrees, saturation: 0.02, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #C3C5C4 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 197 | 196 | - |
| CMYK | 0.01 | 0 | 0.01 | 0.23 |
| HSL | 150º | 0.02% | 0.77% | - |
| HSV(B) | 150º | 0.01% | 0.77% | - |
| XYZ | 52.44 | 55.52 | 60.18 | - |
| YUV | 196.29 | 127.84 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 197 | 196 | 0.01 | 0 | 0.01 | 0.23 | 150 | 0.02 | 0.77 |
| Hex | C3 | C5 | C4 | 1 | 0 | 1 | 17 | 96 | 2 | 4D |
| Octal | 303 | 305 | 304 | 1 | 0 | 1 | 27 | 226 | 2 | 115 |
| Binary | 11000011 | 11000101 | 11000100 | 1 | 0 | 1 | 10111 | 10010110 | 10 | 1001101 |
Color Harmonies of #C3C5C4
Complementary color
Monochromatic Colors of #C3C5C4
Black with #C3C5C4
Text Example
Text Example
White with #C3C5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C5C4; }
p { color: rgb(195,197,196); }
H1.HeaderClassName
{
color: #C3C5C4;
}
.AnyTagClassName
{
color: #C3C5C4;
}
</style>
background-color css
<style>
a { background-color: #C3C5C4; }
a { background-color: rgb(195,197,196); }
div.DivClassName
{
background-color: #C3C5C4;
}
.BgClassName
{
background-color: #C3C5C4;
}
</style>
border-color css
<style>
span { border-color: #C3C5C4; }
span { border-color: rgb(195,197,196); }
td.TdClassName
{
border-color: #C3C5C4;
}
.TagClassName
{
border-color: #C3C5C4;
}
</style>