Html Css Color HEX #C27A49 Brandy Punch

📋 copy color: '#C27A49'

red 194 ◦ green 122 ◦ blue 73

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

Shades of Brandy Punch #C27A49

Tints of Brandy Punch #C27A49

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.36%

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

R = 49.87%
G = 31.36%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C27A49 (or 0xC27A49) is known color: Brandy Punch. HEX triplet: C2, 7A and 49. RGB value is (194,122,73). Sum of RGB (Red+Green+Blue) = 194+122+73=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 73 (28.91% from 255 or 18.77% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27A49 is #3D85B6. Grayscale: #8A8A8A. Windows color (decimal): -4031927 or 4815554. OLE color: 4815554.

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

Color convert

RGB 194 122 73 -
CMYK 0 0.37 0.62 0.24
HSL 24.3º 0.5% 0.52% -
HSV(B) 24.3º 0.62% 0.76% -
XYZ 30.41 25.87 9.69 -
YUV 137.94 91.35 167.98 -
System Red Green Blue C M Y K H S L
Decimal 194 122 73 0 0.37 0.62 0.24 24.3 0.5 0.52
Hex C2 7A 49 0 25 3E 18 18 32 34
Octal 302 172 111 0 45 76 30 30 62 64
Binary 11000010 1111010 1001001 0 100101 111110 11000 11000 110010 110100

Color Harmonies of #C27A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27A49

Black with #C27A49

Text Example


Text Example

White with #C27A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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