Shades of Sundance #CAA34C
Tints of Sundance #CAA34C
RGB
CMYK
RGB Variations
Color information
#CAA34C (or 0xCAA34C) is known color: Sundance. HEX triplet: CA, A3 and 4C. RGB value is (202,163,76). Sum of RGB (Red+Green+Blue) = 202+163+76=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 76 (30.08% from 255 or 17.23% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA34C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA34C is #355CB3. Grayscale: #A5A5A5. Windows color (decimal): -3497140 or 5022666. OLE color: 5022666.
HSL color Cylindrical-coordinate representation of color #CAA34C: hue angle of 41.43º 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 #CAA34C is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 76 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.21 |
| HSL | 41.43º | 0.54% | 0.55% | - |
| HSV(B) | 41.43º | 0.62% | 0.79% | - |
| XYZ | 38.76 | 39.27 | 12.38 | - |
| YUV | 164.74 | 77.92 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 76 | 0 | 0.19 | 0.62 | 0.21 | 41.43 | 0.54 | 0.55 |
| Hex | CA | A3 | 4C | 0 | 13 | 3E | 15 | 29 | 36 | 37 |
| Octal | 312 | 243 | 114 | 0 | 23 | 76 | 25 | 51 | 66 | 67 |
| Binary | 11001010 | 10100011 | 1001100 | 0 | 10011 | 111110 | 10101 | 101001 | 110110 | 110111 |
Color Harmonies of #CAA34C
Complementary color
Monochromatic Colors of #CAA34C
Black with #CAA34C
Text Example
Text Example
White with #CAA34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA34C; }
p { color: rgb(202,163,76); }
H1.HeaderClassName
{
color: #CAA34C;
}
.AnyTagClassName
{
color: #CAA34C;
}
</style>
background-color css
<style>
a { background-color: #CAA34C; }
a { background-color: rgb(202,163,76); }
div.DivClassName
{
background-color: #CAA34C;
}
.BgClassName
{
background-color: #CAA34C;
}
</style>
border-color css
<style>
span { border-color: #CAA34C; }
span { border-color: rgb(202,163,76); }
td.TdClassName
{
border-color: #CAA34C;
}
.TagClassName
{
border-color: #CAA34C;
}
</style>