Html Css Color HEX #C07746 Brandy Punch

📋 copy color: '#C07746'

red 192 ◦ green 119 ◦ blue 70

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

Shades of Brandy Punch #C07746

Tints of Brandy Punch #C07746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.37%

R = 50.39%
G = 31.23%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C07746 (or 0xC07746) is known color: Brandy Punch. HEX triplet: C0, 77 and 46. RGB value is (192,119,70). Sum of RGB (Red+Green+Blue) = 192+119+70=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C07746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07746 is #3F88B9. Grayscale: #878787. Windows color (decimal): -4163770 or 4618176. OLE color: 4618176.

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

Color convert

RGB 192 119 70 -
CMYK 0 0.38 0.64 0.25
HSL 24.1º 0.49% 0.51% -
HSV(B) 24.1º 0.64% 0.75% -
XYZ 29.44 24.84 9.04 -
YUV 135.24 91.18 168.48 -
System Red Green Blue C M Y K H S L
Decimal 192 119 70 0 0.38 0.64 0.25 24.1 0.49 0.51
Hex C0 77 46 0 26 40 19 18 31 33
Octal 300 167 106 0 46 100 31 30 61 63
Binary 11000000 1110111 1000110 0 100110 1000000 11001 11000 110001 110011

Color Harmonies of #C07746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07746

Black with #C07746

Text Example


Text Example

White with #C07746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07746; }

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

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

background-color css

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

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

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

border-color css

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

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

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