Html Css Color HEX #C07840 Brandy Punch

📋 copy color: '#C07840'

red 192 ◦ green 120 ◦ blue 64

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

Shades of Brandy Punch #C07840

Tints of Brandy Punch #C07840

RGB

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

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

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

R = 51.06%
G = 31.91%
B = 17.02%

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

#C07840 (or 0xC07840) is known color: Brandy Punch. HEX triplet: C0, 78 and 40. RGB value is (192,120,64). Sum of RGB (Red+Green+Blue) = 192+120+64=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C07840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07840 is #3F87BF. Grayscale: #878787. Windows color (decimal): -4163520 or 4225216. OLE color: 4225216.

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

Color convert

RGB 192 120 64 -
CMYK 0 0.38 0.67 0.25
HSL 26.25º 0.5% 0.5% -
HSV(B) 26.25º 0.67% 0.75% -
XYZ 29.38 25.01 8.13 -
YUV 135.14 87.85 168.55 -
System Red Green Blue C M Y K H S L
Decimal 192 120 64 0 0.38 0.67 0.25 26.25 0.5 0.5
Hex C0 78 40 0 26 43 19 1A 32 32
Octal 300 170 100 0 46 103 31 32 62 62
Binary 11000000 1111000 1000000 0 100110 1000011 11001 11010 110010 110010

Color Harmonies of #C07840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07840

Black with #C07840

Text Example


Text Example

White with #C07840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07840; }

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

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

background-color css

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

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

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

border-color css

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

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

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