#C07543

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

Shades of Brandy Punch #C07543

Tints of Brandy Punch #C07543

Color information

#C07543 (or 0xC07543) is unknown color: approx Brandy Punch. HEX triplet: C0, 75 and 43. RGB value is (192,117,67). Sum of RGB (Red+Green+Blue) = 192+117+67=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 67 (26.56% from 255 or 17.82% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C07543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07543 is #3F8ABC. Grayscale: #868686. Windows color (decimal): -4164285 or 4421056. OLE color: 4421056.

HSL color Cylindrical-coordinate representation of color #C07543: hue angle of 24º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C07543 is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB19211767-
CMYK00.390.650.25
HSL24º49.8%50.78%-
HSV(B)24º65.1%75.29%-
XYZ29.1124.338.47-
YUV133.7290.35169.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.06%
GREEN value IS 117 (46.09% from 255) = 31.12%
BLUE value IS 67 (26.56% from 255) = 17.82%
R=51.06%
G=31.12%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921176700.390.650.252449.850.78
HexC075430274119183233
Octal30016510304710131306263
Binary1100000011101011000011010011110000011100111000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07543; }

 p { color: rgb(192,117,67); }

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

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

 a { background-color: rgb(192,117,67); }

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

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

 span { border-color: rgb(192,117,67); }

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