#C07542

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

Shades of Brandy Punch #C07542

Tints of Brandy Punch #C07542

Color information

#C07542 (or 0xC07542) is unknown color: approx Brandy Punch. HEX triplet: C0, 75 and 42. RGB value is (192,117,66). Sum of RGB (Red+Green+Blue) = 192+117+66=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C07542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07542 is #3F8ABD. Grayscale: #858585. Windows color (decimal): -4164286 or 4355520. OLE color: 4355520.

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

Color convert

RGB19211766-
CMYK00.390.660.25
HSL24.29º50%50.59%-
HSV(B)24.29º65.62%75.29%-
XYZ29.0824.328.32-
YUV133.6189.85169.65-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.2%
GREEN value IS 117 (46.09% from 255) = 31.2%
BLUE value IS 66 (26.17% from 255) = 17.6%
R=51.2%
G=31.2%
B=17.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921176600.390.660.2524.295050.59
HexC075420274219183233
Octal30016510204710231306263
Binary1100000011101011000010010011110000101100111000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07542; }

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

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

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

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

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

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

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

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