Html Css Color HEX #C07A49 Brandy Punch

📋 copy color: '#C07A49'

red 192 ◦ green 122 ◦ blue 73

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

Shades of Brandy Punch #C07A49

Tints of Brandy Punch #C07A49

RGB

 RED value IS 192 (75.39% from 255) = 49.61%

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

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

R = 49.61%
G = 31.52%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C07A49 (or 0xC07A49) is known color: Brandy Punch. HEX triplet: C0, 7A and 49. RGB value is (192,122,73). Sum of RGB (Red+Green+Blue) = 192+122+73=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07A49 is #3F85B6. Grayscale: #898989. Windows color (decimal): -4162999 or 4815552. OLE color: 4815552.

HSL color Cylindrical-coordinate representation of color #C07A49: hue angle of 24.71º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C07A49 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 122 73 -
CMYK 0 0.36 0.62 0.25
HSL 24.71º 0.49% 0.52% -
HSV(B) 24.71º 0.62% 0.75% -
XYZ 29.9 25.61 9.67 -
YUV 137.34 91.69 166.98 -
System Red Green Blue C M Y K H S L
Decimal 192 122 73 0 0.36 0.62 0.25 24.71 0.49 0.52
Hex C0 7A 49 0 24 3E 19 19 31 34
Octal 300 172 111 0 44 76 31 31 61 64
Binary 11000000 1111010 1001001 0 100100 111110 11001 11001 110001 110100

Color Harmonies of #C07A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07A49

Black with #C07A49

Text Example


Text Example

White with #C07A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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