Html Css Color HEX #C27E49 Brandy Punch

📋 copy color: '#C27E49'

red 194 ◦ green 126 ◦ blue 73

#C27E49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Punch #C27E49

Tints of Brandy Punch #C27E49

RGB

 RED value IS 194 (76.17% from 255) = 49.36%

 GREEN value IS 126 (49.61% from 255) = 32.06%

 BLUE value IS 73 (28.91% from 255) = 18.58%

R = 49.36%
G = 32.06%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C27E49 (or 0xC27E49) is known color: Brandy Punch. HEX triplet: C2, 7E and 49. RGB value is (194,126,73). Sum of RGB (Red+Green+Blue) = 194+126+73=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27E49 is #3D81B6. Grayscale: #8C8C8C. Windows color (decimal): -4030903 or 4816578. OLE color: 4816578.

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

Color convert

RGB 194 126 73 -
CMYK 0 0.35 0.62 0.24
HSL 26.28º 0.5% 0.52% -
HSV(B) 26.28º 0.62% 0.76% -
XYZ 30.91 26.87 9.86 -
YUV 140.29 90.03 166.31 -
System Red Green Blue C M Y K H S L
Decimal 194 126 73 0 0.35 0.62 0.24 26.28 0.5 0.52
Hex C2 7E 49 0 23 3E 18 1A 32 34
Octal 302 176 111 0 43 76 30 32 62 64
Binary 11000010 1111110 1001001 0 100011 111110 11000 11010 110010 110100

Color Harmonies of #C27E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27E49

Black with #C27E49

Text Example


Text Example

White with #C27E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27E49; }

 p { color: rgb(194,126,73); }

 H1.HeaderClassName
 {
   color: #C27E49;
 }
 .AnyTagClassName
 {
   color: #C27E49;
 }
</style>

background-color css

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

 a { background-color: rgb(194,126,73); }

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

border-color css

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

 span { border-color: rgb(194,126,73); }

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