Shades of Akaroa #C1B29B
Tints of Akaroa #C1B29B
RGB
CMYK
RGB Variations
Color information
#C1B29B (or 0xC1B29B) is known color: Akaroa. HEX triplet: C1, B2 and 9B. RGB value is (193,178,155). Sum of RGB (Red+Green+Blue) = 193+178+155=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 155 (60.94% from 255 or 29.47% from 526); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1B29B is #3E4D64. Grayscale: #B3B3B3. Windows color (decimal): -4083045 or 10203841. OLE color: 10203841.
HSL color Cylindrical-coordinate representation of color #C1B29B: hue angle of 36.32º 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 #C1B29B is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 178 | 155 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.24 |
| HSL | 36.32º | 0.23% | 0.68% | - |
| HSV(B) | 36.32º | 0.2% | 0.76% | - |
| XYZ | 43.83 | 45.54 | 37.49 | - |
| YUV | 179.86 | 113.97 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 178 | 155 | 0 | 0.08 | 0.20 | 0.24 | 36.32 | 0.23 | 0.68 |
| Hex | C1 | B2 | 9B | 0 | 8 | 14 | 18 | 24 | 17 | 44 |
| Octal | 301 | 262 | 233 | 0 | 10 | 24 | 30 | 44 | 27 | 104 |
| Binary | 11000001 | 10110010 | 10011011 | 0 | 1000 | 10100 | 11000 | 100100 | 10111 | 1000100 |
Color Harmonies of #C1B29B
Complementary color
Monochromatic Colors of #C1B29B
Black with #C1B29B
Text Example
Text Example
White with #C1B29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B29B; }
p { color: rgb(193,178,155); }
H1.HeaderClassName
{
color: #C1B29B;
}
.AnyTagClassName
{
color: #C1B29B;
}
</style>
background-color css
<style>
a { background-color: #C1B29B; }
a { background-color: rgb(193,178,155); }
div.DivClassName
{
background-color: #C1B29B;
}
.BgClassName
{
background-color: #C1B29B;
}
</style>
border-color css
<style>
span { border-color: #C1B29B; }
span { border-color: rgb(193,178,155); }
td.TdClassName
{
border-color: #C1B29B;
}
.TagClassName
{
border-color: #C1B29B;
}
</style>