Html Css Color HEX #C07C40 Brandy Punch

📋 copy color: '#C07C40'

red 192 ◦ green 124 ◦ blue 64

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

Shades of Brandy Punch #C07C40

Tints of Brandy Punch #C07C40

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.63%

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

R = 50.53%
G = 32.63%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C07C40 (or 0xC07C40) is known color: Brandy Punch. HEX triplet: C0, 7C and 40. RGB value is (192,124,64). Sum of RGB (Red+Green+Blue) = 192+124+64=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07C40 is #3F83BF. Grayscale: #898989. Windows color (decimal): -4162496 or 4226240. OLE color: 4226240.

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

Color convert

RGB 192 124 64 -
CMYK 0 0.35 0.67 0.25
HSL 28.13º 0.5% 0.5% -
HSV(B) 28.13º 0.67% 0.75% -
XYZ 29.87 25.99 8.29 -
YUV 137.49 86.53 166.88 -
System Red Green Blue C M Y K H S L
Decimal 192 124 64 0 0.35 0.67 0.25 28.13 0.5 0.5
Hex C0 7C 40 0 23 43 19 1C 32 32
Octal 300 174 100 0 43 103 31 34 62 62
Binary 11000000 1111100 1000000 0 100011 1000011 11001 11100 110010 110010

Color Harmonies of #C07C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07C40

Black with #C07C40

Text Example


Text Example

White with #C07C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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