#C27845

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

Shades of Brandy Punch #C27845

Tints of Brandy Punch #C27845

Color information

#C27845 (or 0xC27845) is unknown color: approx Brandy Punch. HEX triplet: C2, 78 and 45. RGB value is (194,120,69). Sum of RGB (Red+Green+Blue) = 194+120+69=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C27845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27845 is #3D87BA. Grayscale: #888888. Windows color (decimal): -4032443 or 4552898. OLE color: 4552898.

HSL color Cylindrical-coordinate representation of color #C27845: hue angle of 24.48º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C27845 is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB19412069-
CMYK00.380.640.24
HSL24.48º50.61%51.57%-
HSV(B)24.48º64.43%76.08%-
XYZ30.0425.338.94-
YUV136.3190.02169.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.65%
GREEN value IS 120 (47.27% from 255) = 31.33%
BLUE value IS 69 (27.34% from 255) = 18.02%
R=50.65%
G=31.33%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941206900.380.640.2424.4850.6151.57
HexC278450264018183334
Octal30217010504610030306364
Binary1100001011110001000101010011010000001100011000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27845; }

 p { color: rgb(194,120,69); }

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

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

 a { background-color: rgb(194,120,69); }

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

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

 span { border-color: rgb(194,120,69); }

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