#C07F53

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

Shades of Brandy Punch #C07F53

Tints of Brandy Punch #C07F53

Color information

#C07F53 (or 0xC07F53) is unknown color: approx Brandy Punch. HEX triplet: C0, 7F and 53. RGB value is (192,127,83). Sum of RGB (Red+Green+Blue) = 192+127+83=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07F53 is #3F80AC. Grayscale: #8D8D8D. Windows color (decimal): -4161709 or 5472192. OLE color: 5472192.

HSL color Cylindrical-coordinate representation of color #C07F53: hue angle of 24.22º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C07F53 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB19212783-
CMYK00.340.570.25
HSL24.22º46.38%53.92%-
HSV(B)24.22º56.77%75.29%-
XYZ30.8927.0111.77-
YUV141.4295.03164.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.76%
GREEN value IS 127 (50% from 255) = 31.59%
BLUE value IS 83 (32.81% from 255) = 20.65%
R=47.76%
G=31.59%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921278300.340.570.2524.2246.3853.92
HexC07F530223919182e36
Octal3001771230427131305666
Binary110000001111111101001101000101110011100111000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07F53; }

 p { color: rgb(192,127,83); }

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

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

 a { background-color: rgb(192,127,83); }

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

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

 span { border-color: rgb(192,127,83); }

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