Html Css Color HEX #C07740 Brandy Punch

📋 copy color: '#C07740'

red 192 ◦ green 119 ◦ blue 64

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

Shades of Brandy Punch #C07740

Tints of Brandy Punch #C07740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.07%

R = 51.2%
G = 31.73%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C07740 (or 0xC07740) is known color: Brandy Punch. HEX triplet: C0, 77 and 40. RGB value is (192,119,64). Sum of RGB (Red+Green+Blue) = 192+119+64=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C07740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07740 is #3F88BF. Grayscale: #868686. Windows color (decimal): -4163776 or 4224960. OLE color: 4224960.

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

Color convert

RGB 192 119 64 -
CMYK 0 0.38 0.67 0.25
HSL 25.78º 0.5% 0.5% -
HSV(B) 25.78º 0.67% 0.75% -
XYZ 29.26 24.77 8.09 -
YUV 134.56 88.18 168.97 -
System Red Green Blue C M Y K H S L
Decimal 192 119 64 0 0.38 0.67 0.25 25.78 0.5 0.5
Hex C0 77 40 0 26 43 19 1A 32 32
Octal 300 167 100 0 46 103 31 32 62 62
Binary 11000000 1110111 1000000 0 100110 1000011 11001 11010 110010 110010

Color Harmonies of #C07740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07740

Black with #C07740

Text Example


Text Example

White with #C07740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07740; }

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

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

background-color css

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

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

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

border-color css

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

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

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