Html Css Color HEX #C07749 Brandy Punch

📋 copy color: '#C07749'

red 192 ◦ green 119 ◦ blue 73

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

Shades of Brandy Punch #C07749

Tints of Brandy Punch #C07749

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.99%

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

R = 50%
G = 30.99%
B = 19.01%

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

#C07749 (or 0xC07749) is known color: Brandy Punch. HEX triplet: C0, 77 and 49. RGB value is (192,119,73). Sum of RGB (Red+Green+Blue) = 192+119+73=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C07749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07749 is #3F88B6. Grayscale: #878787. Windows color (decimal): -4163767 or 4814784. OLE color: 4814784.

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

Color convert

RGB 192 119 73 -
CMYK 0 0.38 0.62 0.25
HSL 23.19º 0.49% 0.52% -
HSV(B) 23.19º 0.62% 0.75% -
XYZ 29.54 24.88 9.55 -
YUV 135.58 92.68 168.24 -
System Red Green Blue C M Y K H S L
Decimal 192 119 73 0 0.38 0.62 0.25 23.19 0.49 0.52
Hex C0 77 49 0 26 3E 19 17 31 34
Octal 300 167 111 0 46 76 31 27 61 64
Binary 11000000 1110111 1001001 0 100110 111110 11001 10111 110001 110100

Color Harmonies of #C07749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07749

Black with #C07749

Text Example


Text Example

White with #C07749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07749; }

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

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

background-color css

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

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

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

border-color css

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

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

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