Shades of Akaroa #C1B69B
Tints of Akaroa #C1B69B
RGB
CMYK
RGB Variations
Color information
#C1B69B (or 0xC1B69B) is known color: Akaroa. HEX triplet: C1, B6 and 9B. RGB value is (193,182,155). Sum of RGB (Red+Green+Blue) = 193+182+155=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 182 (71.48% from 255 or 34.34% from 530); Blue value is 155 (60.94% from 255 or 29.25% from 530); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B69B is #3E4964. Grayscale: #B6B6B6. Windows color (decimal): -4082021 or 10204865. OLE color: 10204865.
HSL color Cylindrical-coordinate representation of color #C1B69B: hue angle of 42.63º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1B69B is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 182 | 155 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.24 |
| HSL | 42.63º | 0.23% | 0.68% | - |
| HSV(B) | 42.63º | 0.2% | 0.76% | - |
| XYZ | 44.64 | 47.16 | 37.76 | - |
| YUV | 182.21 | 112.64 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 182 | 155 | 0 | 0.06 | 0.20 | 0.24 | 42.63 | 0.23 | 0.68 |
| Hex | C1 | B6 | 9B | 0 | 6 | 14 | 18 | 2B | 17 | 44 |
| Octal | 301 | 266 | 233 | 0 | 6 | 24 | 30 | 53 | 27 | 104 |
| Binary | 11000001 | 10110110 | 10011011 | 0 | 110 | 10100 | 11000 | 101011 | 10111 | 1000100 |
Color Harmonies of #C1B69B
Complementary color
Monochromatic Colors of #C1B69B
Black with #C1B69B
Text Example
Text Example
White with #C1B69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B69B; }
p { color: rgb(193,182,155); }
H1.HeaderClassName
{
color: #C1B69B;
}
.AnyTagClassName
{
color: #C1B69B;
}
</style>
background-color css
<style>
a { background-color: #C1B69B; }
a { background-color: rgb(193,182,155); }
div.DivClassName
{
background-color: #C1B69B;
}
.BgClassName
{
background-color: #C1B69B;
}
</style>
border-color css
<style>
span { border-color: #C1B69B; }
span { border-color: rgb(193,182,155); }
td.TdClassName
{
border-color: #C1B69B;
}
.TagClassName
{
border-color: #C1B69B;
}
</style>