Html Css Color HEX #C07C41 Brandy Punch

📋 copy color: '#C07C41'

red 192 ◦ green 124 ◦ blue 65

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

Shades of Brandy Punch #C07C41

Tints of Brandy Punch #C07C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.06%

R = 50.39%
G = 32.55%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C07C41 (or 0xC07C41) is known color: Brandy Punch. HEX triplet: C0, 7C and 41. RGB value is (192,124,65). Sum of RGB (Red+Green+Blue) = 192+124+65=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07C41 is #3F83BE. Grayscale: #898989. Windows color (decimal): -4162495 or 4291776. OLE color: 4291776.

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

Color convert

RGB 192 124 65 -
CMYK 0 0.35 0.66 0.25
HSL 27.87º 0.5% 0.5% -
HSV(B) 27.87º 0.66% 0.75% -
XYZ 29.9 26 8.44 -
YUV 137.61 87.03 166.8 -
System Red Green Blue C M Y K H S L
Decimal 192 124 65 0 0.35 0.66 0.25 27.87 0.5 0.5
Hex C0 7C 41 0 23 42 19 1C 32 32
Octal 300 174 101 0 43 102 31 34 62 62
Binary 11000000 1111100 1000001 0 100011 1000010 11001 11100 110010 110010

Color Harmonies of #C07C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07C41

Black with #C07C41

Text Example


Text Example

White with #C07C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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