#C07D50

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

Shades of Brandy Punch #C07D50

Tints of Brandy Punch #C07D50

Color information

#C07D50 (or 0xC07D50) is unknown color: approx Brandy Punch. HEX triplet: C0, 7D and 50. RGB value is (192,125,80). Sum of RGB (Red+Green+Blue) = 192+125+80=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07D50 is #3F82AF. Grayscale: #8C8C8C. Windows color (decimal): -4162224 or 5275072. OLE color: 5275072.

HSL color Cylindrical-coordinate representation of color #C07D50: hue angle of 24.11º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C07D50 is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB19212580-
CMYK00.350.580.25
HSL24.11º47.06%53.33%-
HSV(B)24.11º58.33%75.29%-
XYZ30.5226.4511.09-
YUV139.994.2165.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.36%
GREEN value IS 125 (49.22% from 255) = 31.49%
BLUE value IS 80 (31.64% from 255) = 20.15%
R=48.36%
G=31.49%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921258000.350.580.2524.1147.0653.33
HexC07D500233A19182f35
Octal3001751200437231305765
Binary110000001111101101000001000111110101100111000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07D50; }

 p { color: rgb(192,125,80); }

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

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

 a { background-color: rgb(192,125,80); }

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

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

 span { border-color: rgb(192,125,80); }

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