#C07C52

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

Shades of Brandy Punch #C07C52

Tints of Brandy Punch #C07C52

Color information

#C07C52 (or 0xC07C52) is unknown color: approx Brandy Punch. HEX triplet: C0, 7C and 52. RGB value is (192,124,82). Sum of RGB (Red+Green+Blue) = 192+124+82=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07C52 is #3F83AD. Grayscale: #8B8B8B. Windows color (decimal): -4162478 or 5405888. OLE color: 5405888.

HSL color Cylindrical-coordinate representation of color #C07C52: hue angle of 22.91º degrees, saturation: 0.47, 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 #C07C52 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB19212482-
CMYK00.350.570.25
HSL22.91º46.61%53.73%-
HSV(B)22.91º57.29%75.29%-
XYZ30.4726.2311.44-
YUV139.5495.53165.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.24%
GREEN value IS 124 (48.83% from 255) = 31.16%
BLUE value IS 82 (32.42% from 255) = 20.60%
R=48.24%
G=31.16%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921248200.350.570.2522.9146.6153.73
HexC07C520233919172f36
Octal3001741220437131275766
Binary110000001111100101001001000111110011100110111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07C52; }

 p { color: rgb(192,124,82); }

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

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

 a { background-color: rgb(192,124,82); }

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

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

 span { border-color: rgb(192,124,82); }

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