Html Css Color HEX #C27F49 Brandy Punch

📋 copy color: '#C27F49'

red 194 ◦ green 127 ◦ blue 73

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

Shades of Brandy Punch #C27F49

Tints of Brandy Punch #C27F49

RGB

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

 GREEN value IS 127 (50% from 255) = 32.23%

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

R = 49.24%
G = 32.23%
B = 18.53%

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

#C27F49 (or 0xC27F49) is known color: Brandy Punch. HEX triplet: C2, 7F and 49. RGB value is (194,127,73). Sum of RGB (Red+Green+Blue) = 194+127+73=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27F49 is #3D80B6. Grayscale: #8D8D8D. Windows color (decimal): -4030647 or 4816834. OLE color: 4816834.

HSL color Cylindrical-coordinate representation of color #C27F49: hue angle of 26.78º 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 #C27F49 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 127 73 -
CMYK 0 0.35 0.62 0.24
HSL 26.78º 0.5% 0.52% -
HSV(B) 26.78º 0.62% 0.76% -
XYZ 31.04 27.13 9.9 -
YUV 140.88 89.7 165.89 -
System Red Green Blue C M Y K H S L
Decimal 194 127 73 0 0.35 0.62 0.24 26.78 0.5 0.52
Hex C2 7F 49 0 23 3E 18 1B 32 34
Octal 302 177 111 0 43 76 30 33 62 64
Binary 11000010 1111111 1001001 0 100011 111110 11000 11011 110010 110100

Color Harmonies of #C27F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27F49

Black with #C27F49

Text Example


Text Example

White with #C27F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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