Shades of Akaroa #C1B398
Tints of Akaroa #C1B398
RGB
CMYK
RGB Variations
Color information
#C1B398 (or 0xC1B398) is known color: Akaroa. HEX triplet: C1, B3 and 98. RGB value is (193,179,152). Sum of RGB (Red+Green+Blue) = 193+179+152=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 152 (59.77% from 255 or 29.01% from 524); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B398 is #3E4C67. Grayscale: #B4B4B4. Windows color (decimal): -4082792 or 10007489. OLE color: 10007489.
HSL color Cylindrical-coordinate representation of color #C1B398: hue angle of 39.51º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1B398 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 179 | 152 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.24 |
| HSL | 39.51º | 0.25% | 0.68% | - |
| HSV(B) | 39.51º | 0.21% | 0.76% | - |
| XYZ | 43.78 | 45.84 | 36.25 | - |
| YUV | 180.11 | 112.14 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 179 | 152 | 0 | 0.07 | 0.21 | 0.24 | 39.51 | 0.25 | 0.68 |
| Hex | C1 | B3 | 98 | 0 | 7 | 15 | 18 | 28 | 19 | 44 |
| Octal | 301 | 263 | 230 | 0 | 7 | 25 | 30 | 50 | 31 | 104 |
| Binary | 11000001 | 10110011 | 10011000 | 0 | 111 | 10101 | 11000 | 101000 | 11001 | 1000100 |
Color Harmonies of #C1B398
Complementary color
Monochromatic Colors of #C1B398
Black with #C1B398
Text Example
Text Example
White with #C1B398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B398; }
p { color: rgb(193,179,152); }
H1.HeaderClassName
{
color: #C1B398;
}
.AnyTagClassName
{
color: #C1B398;
}
</style>
background-color css
<style>
a { background-color: #C1B398; }
a { background-color: rgb(193,179,152); }
div.DivClassName
{
background-color: #C1B398;
}
.BgClassName
{
background-color: #C1B398;
}
</style>
border-color css
<style>
span { border-color: #C1B398; }
span { border-color: rgb(193,179,152); }
td.TdClassName
{
border-color: #C1B398;
}
.TagClassName
{
border-color: #C1B398;
}
</style>