Html Css Color HEX #C27949 Brandy Punch

📋 copy color: '#C27949'

red 194 ◦ green 121 ◦ blue 73

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

Shades of Brandy Punch #C27949

Tints of Brandy Punch #C27949

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.19%

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

R = 50%
G = 31.19%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C27949 (or 0xC27949) is known color: Brandy Punch. HEX triplet: C2, 79 and 49. RGB value is (194,121,73). Sum of RGB (Red+Green+Blue) = 194+121+73=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C27949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27949 is #3D86B6. Grayscale: #898989. Windows color (decimal): -4032183 or 4815298. OLE color: 4815298.

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

Color convert

RGB 194 121 73 -
CMYK 0 0.38 0.62 0.24
HSL 23.8º 0.5% 0.52% -
HSV(B) 23.8º 0.62% 0.76% -
XYZ 30.29 25.63 9.65 -
YUV 137.36 91.68 168.4 -
System Red Green Blue C M Y K H S L
Decimal 194 121 73 0 0.38 0.62 0.24 23.8 0.5 0.52
Hex C2 79 49 0 26 3E 18 18 32 34
Octal 302 171 111 0 46 76 30 30 62 64
Binary 11000010 1111001 1001001 0 100110 111110 11000 11000 110010 110100

Color Harmonies of #C27949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27949

Black with #C27949

Text Example


Text Example

White with #C27949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27949; }

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

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

background-color css

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

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

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

border-color css

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

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

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