#C27A48

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

Shades of Brandy Punch #C27A48

Tints of Brandy Punch #C27A48

Color information

#C27A48 (or 0xC27A48) is unknown color: approx Brandy Punch. HEX triplet: C2, 7A and 48. RGB value is (194,122,72). Sum of RGB (Red+Green+Blue) = 194+122+72=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27A48 is #3D85B7. Grayscale: #8A8A8A. Windows color (decimal): -4031928 or 4750018. OLE color: 4750018.

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

Color convert

RGB19412272-
CMYK00.370.630.24
HSL24.59º50%52.16%-
HSV(B)24.59º62.89%76.08%-
XYZ30.3825.869.52-
YUV137.8390.85168.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50%
GREEN value IS 122 (48.05% from 255) = 31.44%
BLUE value IS 72 (28.52% from 255) = 18.56%
R=50%
G=31.44%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941227200.370.630.2424.595052.16
HexC27A480253F18193234
Octal3021721100457730316264
Binary110000101111010100100001001011111111100011001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27A48; }

 p { color: rgb(194,122,72); }

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

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

 a { background-color: rgb(194,122,72); }

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

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

 span { border-color: rgb(194,122,72); }

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