Shades of Akaroa #C1B29A
Tints of Akaroa #C1B29A
RGB
CMYK
RGB Variations
Color information
#C1B29A (or 0xC1B29A) is known color: Akaroa. HEX triplet: C1, B2 and 9A. RGB value is (193,178,154). Sum of RGB (Red+Green+Blue) = 193+178+154=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 154 (60.55% from 255 or 29.33% from 525); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1B29A is #3E4D65. Grayscale: #B3B3B3. Windows color (decimal): -4083046 or 10138305. OLE color: 10138305.
HSL color Cylindrical-coordinate representation of color #C1B29A: hue angle of 36.92º degrees, saturation: 0.24, 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 #C1B29A is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 178 | 154 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.24 |
| HSL | 36.92º | 0.24% | 0.68% | - |
| HSV(B) | 36.92º | 0.2% | 0.76% | - |
| XYZ | 43.75 | 45.51 | 37.05 | - |
| YUV | 179.75 | 113.47 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 178 | 154 | 0 | 0.08 | 0.20 | 0.24 | 36.92 | 0.24 | 0.68 |
| Hex | C1 | B2 | 9A | 0 | 8 | 14 | 18 | 25 | 18 | 44 |
| Octal | 301 | 262 | 232 | 0 | 10 | 24 | 30 | 45 | 30 | 104 |
| Binary | 11000001 | 10110010 | 10011010 | 0 | 1000 | 10100 | 11000 | 100101 | 11000 | 1000100 |
Color Harmonies of #C1B29A
Complementary color
Monochromatic Colors of #C1B29A
Black with #C1B29A
Text Example
Text Example
White with #C1B29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B29A; }
p { color: rgb(193,178,154); }
H1.HeaderClassName
{
color: #C1B29A;
}
.AnyTagClassName
{
color: #C1B29A;
}
</style>
background-color css
<style>
a { background-color: #C1B29A; }
a { background-color: rgb(193,178,154); }
div.DivClassName
{
background-color: #C1B29A;
}
.BgClassName
{
background-color: #C1B29A;
}
</style>
border-color css
<style>
span { border-color: #C1B29A; }
span { border-color: rgb(193,178,154); }
td.TdClassName
{
border-color: #C1B29A;
}
.TagClassName
{
border-color: #C1B29A;
}
</style>