Shades of Akaroa #C2B29B
Tints of Akaroa #C2B29B
RGB
CMYK
RGB Variations
Color information
#C2B29B (or 0xC2B29B) is known color: Akaroa. HEX triplet: C2, B2 and 9B. RGB value is (194,178,155). Sum of RGB (Red+Green+Blue) = 194+178+155=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B29B is #3D4D64. Grayscale: #B4B4B4. Windows color (decimal): -4017509 or 10203842. OLE color: 10203842.
HSL color Cylindrical-coordinate representation of color #C2B29B: hue angle of 35.38º 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 #C2B29B is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 178 | 155 | - |
CMYK | 0 | 0.08 | 0.20 | 0.24 |
HSL | 35.38º | 0.24% | 0.68% | - |
HSV(B) | 35.38º | 0.2% | 0.76% | - |
XYZ | 44.08 | 45.68 | 37.5 | - |
YUV | 180.16 | 113.8 | 137.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 178 | 155 | 0 | 0.08 | 0.20 | 0.24 | 35.38 | 0.24 | 0.68 |
Hex | C2 | B2 | 9B | 0 | 8 | 14 | 18 | 23 | 18 | 44 |
Octal | 302 | 262 | 233 | 0 | 10 | 24 | 30 | 43 | 30 | 104 |
Binary | 11000010 | 10110010 | 10011011 | 0 | 1000 | 10100 | 11000 | 100011 | 11000 | 1000100 |
Color Harmonies of #C2B29B
Complementary color
Monochromatic Colors of #C2B29B
Black with #C2B29B
Text Example
Text Example
White with #C2B29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B29B; }
p { color: rgb(194,178,155); }
H1.HeaderClassName
{
color: #C2B29B;
}
.AnyTagClassName
{
color: #C2B29B;
}
</style>
background-color css
<style>
a { background-color: #C2B29B; }
a { background-color: rgb(194,178,155); }
div.DivClassName
{
background-color: #C2B29B;
}
.BgClassName
{
background-color: #C2B29B;
}
</style>
border-color css
<style>
span { border-color: #C2B29B; }
span { border-color: rgb(194,178,155); }
td.TdClassName
{
border-color: #C2B29B;
}
.TagClassName
{
border-color: #C2B29B;
}
</style>