#CA7C3F

Color #CA7C3F Brandy Punch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Punch #CA7C3F

Tints of Brandy Punch #CA7C3F

Color information

#CA7C3F (or 0xCA7C3F) is unknown color: approx Brandy Punch. HEX triplet: CA, 7C and 3F. RGB value is (202,124,63). Sum of RGB (Red+Green+Blue) = 202+124+63=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 63 (25% from 255 or 16.20% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7C3F is #3583C0. Grayscale: #8C8C8C. Windows color (decimal): -3507137 or 4160714. OLE color: 4160714.

HSL color Cylindrical-coordinate representation of color #CA7C3F: hue angle of 26.33º 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 #CA7C3F is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB20212463-
CMYK00.390.690.21
HSL26.33º56.73%51.96%-
HSV(B)26.33º68.81%79.22%-
XYZ32.4627.338.27-
YUV140.3784.34171.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 51.93%
GREEN value IS 124 (48.83% from 255) = 31.88%
BLUE value IS 63 (25% from 255) = 16.20%
R=51.93%
G=31.88%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021246300.390.690.2126.3356.7351.96
HexCA7C3F02745151a3934
Octal3121747704710525327164
Binary110010101111100111111010011110001011010111010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7C3F; }

 p { color: rgb(202,124,63); }

 H1.HeaderClassName
 {
   color: #CA7C3F;
 }
 .AnyTagClassName
 {
   color: #CA7C3F;
 }
</style>
background-color css

<style>
 a { background-color: #CA7C3F; }

 a { background-color: rgb(202,124,63); }

 div.DivClassName
 {
   background-color: #CA7C3F;
 }
 .BgClassName
 {
   background-color: #CA7C3F;
 }
</style>
border-color css

<style>
 span { border-color: #CA7C3F; }

 span { border-color: rgb(202,124,63); }

 td.TdClassName
 {
   border-color: #CA7C3F;
 }
 .TagClassName
 {
   border-color: #CA7C3F;
 }
</style>