Shades of Akaroa #C2B594
Tints of Akaroa #C2B594
RGB
CMYK
RGB Variations
Color information
#C2B594 (or 0xC2B594) is known color: Akaroa. HEX triplet: C2, B5 and 94. RGB value is (194,181,148). Sum of RGB (Red+Green+Blue) = 194+181+148=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 181 (71.09% from 255 or 34.61% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B594 is #3D4A6B. Grayscale: #B5B5B5. Windows color (decimal): -4016748 or 9745858. OLE color: 9745858.
HSL color Cylindrical-coordinate representation of color #C2B594: hue angle of 43.04º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2B594 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 181 | 148 | - |
CMYK | 0 | 0.07 | 0.24 | 0.24 |
HSL | 43.04º | 0.27% | 0.67% | - |
HSV(B) | 43.04º | 0.24% | 0.76% | - |
XYZ | 44.12 | 46.66 | 34.7 | - |
YUV | 181.13 | 109.31 | 137.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 181 | 148 | 0 | 0.07 | 0.24 | 0.24 | 43.04 | 0.27 | 0.67 |
Hex | C2 | B5 | 94 | 0 | 7 | 18 | 18 | 2B | 1B | 43 |
Octal | 302 | 265 | 224 | 0 | 7 | 30 | 30 | 53 | 33 | 103 |
Binary | 11000010 | 10110101 | 10010100 | 0 | 111 | 11000 | 11000 | 101011 | 11011 | 1000011 |
Color Harmonies of #C2B594
Complementary color
Monochromatic Colors of #C2B594
Black with #C2B594
Text Example
Text Example
White with #C2B594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B594; }
p { color: rgb(194,181,148); }
H1.HeaderClassName
{
color: #C2B594;
}
.AnyTagClassName
{
color: #C2B594;
}
</style>
background-color css
<style>
a { background-color: #C2B594; }
a { background-color: rgb(194,181,148); }
div.DivClassName
{
background-color: #C2B594;
}
.BgClassName
{
background-color: #C2B594;
}
</style>
border-color css
<style>
span { border-color: #C2B594; }
span { border-color: rgb(194,181,148); }
td.TdClassName
{
border-color: #C2B594;
}
.TagClassName
{
border-color: #C2B594;
}
</style>