Shades of Brandy Punch #CA7B3E
Tints of Brandy Punch #CA7B3E
RGB
CMYK
RGB Variations
Color information
#CA7B3E (or 0xCA7B3E) is known color: Brandy Punch. HEX triplet: CA, 7B and 3E. RGB value is (202,123,62). Sum of RGB (Red+Green+Blue) = 202+123+62=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 62 (24.61% from 255 or 16.02% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7B3E is #3584C1. Grayscale: #8B8B8B. Windows color (decimal): -3507394 or 4094922. OLE color: 4094922.
HSL color Cylindrical-coordinate representation of color #CA7B3E: hue angle of 26.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA7B3E is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 123 | 62 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.21 |
| HSL | 26.14º | 0.57% | 0.52% | - |
| HSV(B) | 26.14º | 0.69% | 0.79% | - |
| XYZ | 32.31 | 27.07 | 8.08 | - |
| YUV | 139.67 | 84.17 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 62 | 0 | 0.39 | 0.69 | 0.21 | 26.14 | 0.57 | 0.52 |
| Hex | CA | 7B | 3E | 0 | 27 | 45 | 15 | 1A | 39 | 34 |
| Octal | 312 | 173 | 76 | 0 | 47 | 105 | 25 | 32 | 71 | 64 |
| Binary | 11001010 | 1111011 | 111110 | 0 | 100111 | 1000101 | 10101 | 11010 | 111001 | 110100 |
Color Harmonies of #CA7B3E
Complementary color
Monochromatic Colors of #CA7B3E
Black with #CA7B3E
Text Example
Text Example
White with #CA7B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7B3E; }
p { color: rgb(202,123,62); }
H1.HeaderClassName
{
color: #CA7B3E;
}
.AnyTagClassName
{
color: #CA7B3E;
}
</style>
background-color css
<style>
a { background-color: #CA7B3E; }
a { background-color: rgb(202,123,62); }
div.DivClassName
{
background-color: #CA7B3E;
}
.BgClassName
{
background-color: #CA7B3E;
}
</style>
border-color css
<style>
span { border-color: #CA7B3E; }
span { border-color: rgb(202,123,62); }
td.TdClassName
{
border-color: #CA7B3E;
}
.TagClassName
{
border-color: #CA7B3E;
}
</style>