Shades of Akaroa #C6B893
Tints of Akaroa #C6B893
RGB
CMYK
RGB Variations
Color information
#C6B893 (or 0xC6B893) is known color: Akaroa. HEX triplet: C6, B8 and 93. RGB value is (198,184,147). Sum of RGB (Red+Green+Blue) = 198+184+147=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 147 (57.81% from 255 or 27.79% from 529); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B893 is #39476C. Grayscale: #B8B8B8. Windows color (decimal): -3753837 or 9681094. OLE color: 9681094.
HSL color Cylindrical-coordinate representation of color #C6B893: hue angle of 43.53º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C6B893 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 184 | 147 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.22 |
| HSL | 43.53º | 0.31% | 0.68% | - |
| HSV(B) | 43.53º | 0.26% | 0.78% | - |
| XYZ | 45.7 | 48.39 | 34.54 | - |
| YUV | 183.97 | 107.14 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 184 | 147 | 0 | 0.07 | 0.26 | 0.22 | 43.53 | 0.31 | 0.68 |
| Hex | C6 | B8 | 93 | 0 | 7 | 1A | 16 | 2C | 1F | 44 |
| Octal | 306 | 270 | 223 | 0 | 7 | 32 | 26 | 54 | 37 | 104 |
| Binary | 11000110 | 10111000 | 10010011 | 0 | 111 | 11010 | 10110 | 101100 | 11111 | 1000100 |
Color Harmonies of #C6B893
Complementary color
Monochromatic Colors of #C6B893
Black with #C6B893
Text Example
Text Example
White with #C6B893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B893; }
p { color: rgb(198,184,147); }
H1.HeaderClassName
{
color: #C6B893;
}
.AnyTagClassName
{
color: #C6B893;
}
</style>
background-color css
<style>
a { background-color: #C6B893; }
a { background-color: rgb(198,184,147); }
div.DivClassName
{
background-color: #C6B893;
}
.BgClassName
{
background-color: #C6B893;
}
</style>
border-color css
<style>
span { border-color: #C6B893; }
span { border-color: rgb(198,184,147); }
td.TdClassName
{
border-color: #C6B893;
}
.TagClassName
{
border-color: #C6B893;
}
</style>