Shades of Galliano #CAA023
Tints of Galliano #CAA023
RGB
CMYK
RGB Variations
Color information
#CAA023 (or 0xCAA023) is known color: Galliano. HEX triplet: CA, A0 and 23. RGB value is (202,160,35). Sum of RGB (Red+Green+Blue) = 202+160+35=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 35 (14.06% from 255 or 8.82% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA023 is #355FDC. Grayscale: #9E9E9E. Windows color (decimal): -3497949 or 2334922. OLE color: 2334922.
HSL color Cylindrical-coordinate representation of color #CAA023: hue angle of 44.91º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CAA023 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 35 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.21 |
| HSL | 44.91º | 0.7% | 0.46% | - |
| HSV(B) | 44.91º | 0.83% | 0.79% | - |
| XYZ | 37.23 | 37.82 | 6.93 | - |
| YUV | 158.31 | 58.41 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 35 | 0 | 0.21 | 0.83 | 0.21 | 44.91 | 0.7 | 0.46 |
| Hex | CA | A0 | 23 | 0 | 15 | 53 | 15 | 2D | 46 | 2E |
| Octal | 312 | 240 | 43 | 0 | 25 | 123 | 25 | 55 | 106 | 56 |
| Binary | 11001010 | 10100000 | 100011 | 0 | 10101 | 1010011 | 10101 | 101101 | 1000110 | 101110 |
Color Harmonies of #CAA023
Complementary color
Monochromatic Colors of #CAA023
Black with #CAA023
Text Example
Text Example
White with #CAA023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA023; }
p { color: rgb(202,160,35); }
H1.HeaderClassName
{
color: #CAA023;
}
.AnyTagClassName
{
color: #CAA023;
}
</style>
background-color css
<style>
a { background-color: #CAA023; }
a { background-color: rgb(202,160,35); }
div.DivClassName
{
background-color: #CAA023;
}
.BgClassName
{
background-color: #CAA023;
}
</style>
border-color css
<style>
span { border-color: #CAA023; }
span { border-color: rgb(202,160,35); }
td.TdClassName
{
border-color: #CAA023;
}
.TagClassName
{
border-color: #CAA023;
}
</style>