Shades of Akaroa #C1B296
Tints of Akaroa #C1B296
RGB
CMYK
RGB Variations
Color information
#C1B296 (or 0xC1B296) is known color: Akaroa. HEX triplet: C1, B2 and 96. RGB value is (193,178,150). Sum of RGB (Red+Green+Blue) = 193+178+150=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1B296 is #3E4D69. Grayscale: #B3B3B3. Windows color (decimal): -4083050 or 9876161. OLE color: 9876161.
HSL color Cylindrical-coordinate representation of color #C1B296: hue angle of 39.07º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1B296 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 178 | 150 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.24 |
| HSL | 39.07º | 0.26% | 0.67% | - |
| HSV(B) | 39.07º | 0.22% | 0.76% | - |
| XYZ | 43.42 | 45.38 | 35.33 | - |
| YUV | 179.29 | 111.47 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 178 | 150 | 0 | 0.08 | 0.22 | 0.24 | 39.07 | 0.26 | 0.67 |
| Hex | C1 | B2 | 96 | 0 | 8 | 16 | 18 | 27 | 1A | 43 |
| Octal | 301 | 262 | 226 | 0 | 10 | 26 | 30 | 47 | 32 | 103 |
| Binary | 11000001 | 10110010 | 10010110 | 0 | 1000 | 10110 | 11000 | 100111 | 11010 | 1000011 |
Color Harmonies of #C1B296
Complementary color
Monochromatic Colors of #C1B296
Black with #C1B296
Text Example
Text Example
White with #C1B296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B296; }
p { color: rgb(193,178,150); }
H1.HeaderClassName
{
color: #C1B296;
}
.AnyTagClassName
{
color: #C1B296;
}
</style>
background-color css
<style>
a { background-color: #C1B296; }
a { background-color: rgb(193,178,150); }
div.DivClassName
{
background-color: #C1B296;
}
.BgClassName
{
background-color: #C1B296;
}
</style>
border-color css
<style>
span { border-color: #C1B296; }
span { border-color: rgb(193,178,150); }
td.TdClassName
{
border-color: #C1B296;
}
.TagClassName
{
border-color: #C1B296;
}
</style>