Html Css Color HEX #C07E49 Brandy Punch

📋 copy color: '#C07E49'

red 192 ◦ green 126 ◦ blue 73

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

Shades of Brandy Punch #C07E49

Tints of Brandy Punch #C07E49

RGB

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

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

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

R = 49.1%
G = 32.23%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C07E49 (or 0xC07E49) is known color: Brandy Punch. HEX triplet: C0, 7E and 49. RGB value is (192,126,73). Sum of RGB (Red+Green+Blue) = 192+126+73=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07E49 is #3F81B6. Grayscale: #8B8B8B. Windows color (decimal): -4161975 or 4816576. OLE color: 4816576.

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

Color convert

RGB 192 126 73 -
CMYK 0 0.34 0.62 0.25
HSL 26.72º 0.49% 0.52% -
HSV(B) 26.72º 0.62% 0.75% -
XYZ 30.4 26.61 9.84 -
YUV 139.69 90.37 165.31 -
System Red Green Blue C M Y K H S L
Decimal 192 126 73 0 0.34 0.62 0.25 26.72 0.49 0.52
Hex C0 7E 49 0 22 3E 19 1B 31 34
Octal 300 176 111 0 42 76 31 33 61 64
Binary 11000000 1111110 1001001 0 100010 111110 11001 11011 110001 110100

Color Harmonies of #C07E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E49

Black with #C07E49

Text Example


Text Example

White with #C07E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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