Shades of Akaroa #C0B398
Tints of Akaroa #C0B398
RGB
CMYK
RGB Variations
Color information
#C0B398 (or 0xC0B398) is known color: Akaroa. HEX triplet: C0, B3 and 98. RGB value is (192,179,152). Sum of RGB (Red+Green+Blue) = 192+179+152=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 179 (70.31% from 255 or 34.23% from 523); Blue value is 152 (59.77% from 255 or 29.06% from 523); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B398 is #3F4C67. Grayscale: #B3B3B3. Windows color (decimal): -4148328 or 10007488. OLE color: 10007488.
HSL color Cylindrical-coordinate representation of color #C0B398: hue angle of 40.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0B398 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 179 | 152 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.25 |
| HSL | 40.5º | 0.24% | 0.67% | - |
| HSV(B) | 40.5º | 0.21% | 0.75% | - |
| XYZ | 43.53 | 45.71 | 36.24 | - |
| YUV | 179.81 | 112.31 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 179 | 152 | 0 | 0.07 | 0.21 | 0.25 | 40.5 | 0.24 | 0.67 |
| Hex | C0 | B3 | 98 | 0 | 7 | 15 | 19 | 28 | 18 | 43 |
| Octal | 300 | 263 | 230 | 0 | 7 | 25 | 31 | 50 | 30 | 103 |
| Binary | 11000000 | 10110011 | 10011000 | 0 | 111 | 10101 | 11001 | 101000 | 11000 | 1000011 |
Color Harmonies of #C0B398
Complementary color
Monochromatic Colors of #C0B398
Black with #C0B398
Text Example
Text Example
White with #C0B398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B398; }
p { color: rgb(192,179,152); }
H1.HeaderClassName
{
color: #C0B398;
}
.AnyTagClassName
{
color: #C0B398;
}
</style>
background-color css
<style>
a { background-color: #C0B398; }
a { background-color: rgb(192,179,152); }
div.DivClassName
{
background-color: #C0B398;
}
.BgClassName
{
background-color: #C0B398;
}
</style>
border-color css
<style>
span { border-color: #C0B398; }
span { border-color: rgb(192,179,152); }
td.TdClassName
{
border-color: #C0B398;
}
.TagClassName
{
border-color: #C0B398;
}
</style>