Shades of Akaroa #C3B69C
Tints of Akaroa #C3B69C
RGB
CMYK
RGB Variations
Color information
#C3B69C (or 0xC3B69C) is known color: Akaroa. HEX triplet: C3, B6 and 9C. RGB value is (195,182,156). Sum of RGB (Red+Green+Blue) = 195+182+156=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 182 (71.48% from 255 or 34.15% from 533); Blue value is 156 (61.33% from 255 or 29.27% from 533); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B69C is #3C4963. Grayscale: #B7B7B7. Windows color (decimal): -3950948 or 10270403. OLE color: 10270403.
HSL color Cylindrical-coordinate representation of color #C3B69C: hue angle of 40º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3B69C is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 182 | 156 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.24 |
| HSL | 40º | 0.25% | 0.69% | - |
| HSV(B) | 40º | 0.2% | 0.76% | - |
| XYZ | 45.23 | 47.46 | 38.23 | - |
| YUV | 182.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 182 | 156 | 0 | 0.07 | 0.20 | 0.24 | 40 | 0.25 | 0.69 |
| Hex | C3 | B6 | 9C | 0 | 7 | 14 | 18 | 28 | 19 | 45 |
| Octal | 303 | 266 | 234 | 0 | 7 | 24 | 30 | 50 | 31 | 105 |
| Binary | 11000011 | 10110110 | 10011100 | 0 | 111 | 10100 | 11000 | 101000 | 11001 | 1000101 |
Color Harmonies of #C3B69C
Complementary color
Monochromatic Colors of #C3B69C
Black with #C3B69C
Text Example
Text Example
White with #C3B69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B69C; }
p { color: rgb(195,182,156); }
H1.HeaderClassName
{
color: #C3B69C;
}
.AnyTagClassName
{
color: #C3B69C;
}
</style>
background-color css
<style>
a { background-color: #C3B69C; }
a { background-color: rgb(195,182,156); }
div.DivClassName
{
background-color: #C3B69C;
}
.BgClassName
{
background-color: #C3B69C;
}
</style>
border-color css
<style>
span { border-color: #C3B69C; }
span { border-color: rgb(195,182,156); }
td.TdClassName
{
border-color: #C3B69C;
}
.TagClassName
{
border-color: #C3B69C;
}
</style>