Html Css Color HEX #C07849 Brandy Punch

📋 copy color: '#C07849'

red 192 ◦ green 120 ◦ blue 73

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

Shades of Brandy Punch #C07849

Tints of Brandy Punch #C07849

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.17%

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

R = 49.87%
G = 31.17%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C07849 (or 0xC07849) is known color: Brandy Punch. HEX triplet: C0, 78 and 49. RGB value is (192,120,73). Sum of RGB (Red+Green+Blue) = 192+120+73=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C07849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07849 is #3F87B6. Grayscale: #888888. Windows color (decimal): -4163511 or 4815040. OLE color: 4815040.

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

Color convert

RGB 192 120 73 -
CMYK 0 0.38 0.62 0.25
HSL 23.7º 0.49% 0.52% -
HSV(B) 23.7º 0.62% 0.75% -
XYZ 29.66 25.12 9.59 -
YUV 136.17 92.35 167.82 -
System Red Green Blue C M Y K H S L
Decimal 192 120 73 0 0.38 0.62 0.25 23.7 0.49 0.52
Hex C0 78 49 0 26 3E 19 18 31 34
Octal 300 170 111 0 46 76 31 30 61 64
Binary 11000000 1111000 1001001 0 100110 111110 11001 11000 110001 110100

Color Harmonies of #C07849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07849

Black with #C07849

Text Example


Text Example

White with #C07849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07849; }

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

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

background-color css

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

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

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

border-color css

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

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

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