#C27C3E

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

Shades of Brandy Punch #C27C3E

Tints of Brandy Punch #C27C3E

Color information

#C27C3E (or 0xC27C3E) is unknown color: approx Brandy Punch. HEX triplet: C2, 7C and 3E. RGB value is (194,124,62). Sum of RGB (Red+Green+Blue) = 194+124+62=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 62 (24.61% from 255 or 16.32% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27C3E is #3D83C1. Grayscale: #8A8A8A. Windows color (decimal): -4031426 or 4095170. OLE color: 4095170.

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

Color convert

RGB19412462-
CMYK00.360.680.24
HSL28.18º51.97%50.2%-
HSV(B)28.18º68.04%76.08%-
XYZ30.3326.238.02-
YUV137.8685.19168.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.05%
GREEN value IS 124 (48.83% from 255) = 32.63%
BLUE value IS 62 (24.61% from 255) = 16.32%
R=51.05%
G=32.63%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941246200.360.680.2428.1851.9750.2
HexC27C3E02444181c3432
Octal3021747604410430346462
Binary110000101111100111110010010010001001100011100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27C3E; }

 p { color: rgb(194,124,62); }

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

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

 a { background-color: rgb(194,124,62); }

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

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

 span { border-color: rgb(194,124,62); }

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