Shades of Akaroa #C3B193
Tints of Akaroa #C3B193
RGB
CMYK
RGB Variations
Color information
#C3B193 (or 0xC3B193) is known color: Akaroa. HEX triplet: C3, B1 and 93. RGB value is (195,177,147). Sum of RGB (Red+Green+Blue) = 195+177+147=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 147 (57.81% from 255 or 28.32% from 519); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B193 is #3C4E6C. Grayscale: #B3B3B3. Windows color (decimal): -3952237 or 9679299. OLE color: 9679299.
HSL color Cylindrical-coordinate representation of color #C3B193: hue angle of 37.5º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C3B193 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 177 | 147 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.24 |
| HSL | 37.5º | 0.29% | 0.67% | - |
| HSV(B) | 37.5º | 0.25% | 0.76% | - |
| XYZ | 43.49 | 45.15 | 34.03 | - |
| YUV | 178.96 | 109.96 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 177 | 147 | 0 | 0.09 | 0.25 | 0.24 | 37.5 | 0.29 | 0.67 |
| Hex | C3 | B1 | 93 | 0 | 9 | 19 | 18 | 26 | 1D | 43 |
| Octal | 303 | 261 | 223 | 0 | 11 | 31 | 30 | 46 | 35 | 103 |
| Binary | 11000011 | 10110001 | 10010011 | 0 | 1001 | 11001 | 11000 | 100110 | 11101 | 1000011 |
Color Harmonies of #C3B193
Complementary color
Monochromatic Colors of #C3B193
Black with #C3B193
Text Example
Text Example
White with #C3B193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B193; }
p { color: rgb(195,177,147); }
H1.HeaderClassName
{
color: #C3B193;
}
.AnyTagClassName
{
color: #C3B193;
}
</style>
background-color css
<style>
a { background-color: #C3B193; }
a { background-color: rgb(195,177,147); }
div.DivClassName
{
background-color: #C3B193;
}
.BgClassName
{
background-color: #C3B193;
}
</style>
border-color css
<style>
span { border-color: #C3B193; }
span { border-color: rgb(195,177,147); }
td.TdClassName
{
border-color: #C3B193;
}
.TagClassName
{
border-color: #C3B193;
}
</style>