#C07E4B

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

Shades of Brandy Punch #C07E4B

Tints of Brandy Punch #C07E4B

Color information

#C07E4B (or 0xC07E4B) is unknown color: approx Brandy Punch. HEX triplet: C0, 7E and 4B. RGB value is (192,126,75). Sum of RGB (Red+Green+Blue) = 192+126+75=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07E4B is #3F81B4. Grayscale: #8C8C8C. Windows color (decimal): -4161973 or 4947648. OLE color: 4947648.

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

Color convert

RGB19212675-
CMYK00.340.610.25
HSL26.15º48.15%52.35%-
HSV(B)26.15º60.94%75.29%-
XYZ30.4726.6410.19-
YUV139.9291.37165.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.85%
GREEN value IS 126 (49.61% from 255) = 32.06%
BLUE value IS 75 (29.69% from 255) = 19.08%
R=48.85%
G=32.06%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921267500.340.610.2526.1548.1552.35
HexC07E4B0223D191a3034
Octal3001761130427531326064
Binary110000001111110100101101000101111011100111010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07E4B; }

 p { color: rgb(192,126,75); }

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

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

 a { background-color: rgb(192,126,75); }

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

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

 span { border-color: rgb(192,126,75); }

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