Shades of Sundance #CAA34D
Tints of Sundance #CAA34D
RGB
CMYK
RGB Variations
Color information
#CAA34D (or 0xCAA34D) is known color: Sundance. HEX triplet: CA, A3 and 4D. RGB value is (202,163,77). Sum of RGB (Red+Green+Blue) = 202+163+77=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 77 (30.47% from 255 or 17.42% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA34D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA34D is #355CB2. Grayscale: #A5A5A5. Windows color (decimal): -3497139 or 5088202. OLE color: 5088202.
HSL color Cylindrical-coordinate representation of color #CAA34D: hue angle of 41.28º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CAA34D is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 77 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.21 |
| HSL | 41.28º | 0.54% | 0.55% | - |
| HSV(B) | 41.28º | 0.62% | 0.79% | - |
| XYZ | 38.79 | 39.29 | 12.56 | - |
| YUV | 164.86 | 78.42 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 77 | 0 | 0.19 | 0.62 | 0.21 | 41.28 | 0.54 | 0.55 |
| Hex | CA | A3 | 4D | 0 | 13 | 3E | 15 | 29 | 36 | 37 |
| Octal | 312 | 243 | 115 | 0 | 23 | 76 | 25 | 51 | 66 | 67 |
| Binary | 11001010 | 10100011 | 1001101 | 0 | 10011 | 111110 | 10101 | 101001 | 110110 | 110111 |
Color Harmonies of #CAA34D
Complementary color
Monochromatic Colors of #CAA34D
Black with #CAA34D
Text Example
Text Example
White with #CAA34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA34D; }
p { color: rgb(202,163,77); }
H1.HeaderClassName
{
color: #CAA34D;
}
.AnyTagClassName
{
color: #CAA34D;
}
</style>
background-color css
<style>
a { background-color: #CAA34D; }
a { background-color: rgb(202,163,77); }
div.DivClassName
{
background-color: #CAA34D;
}
.BgClassName
{
background-color: #CAA34D;
}
</style>
border-color css
<style>
span { border-color: #CAA34D; }
span { border-color: rgb(202,163,77); }
td.TdClassName
{
border-color: #CAA34D;
}
.TagClassName
{
border-color: #CAA34D;
}
</style>