Html Css Color HEX #C07A40 Brandy Punch

📋 copy color: '#C07A40'

red 192 ◦ green 122 ◦ blue 64

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

Shades of Brandy Punch #C07A40

Tints of Brandy Punch #C07A40

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.28%

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

R = 50.79%
G = 32.28%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C07A40 (or 0xC07A40) is known color: Brandy Punch. HEX triplet: C0, 7A and 40. RGB value is (192,122,64). Sum of RGB (Red+Green+Blue) = 192+122+64=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07A40 is #3F85BF. Grayscale: #888888. Windows color (decimal): -4163008 or 4225728. OLE color: 4225728.

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

Color convert

RGB 192 122 64 -
CMYK 0 0.36 0.67 0.25
HSL 27.19º 0.5% 0.5% -
HSV(B) 27.19º 0.67% 0.75% -
XYZ 29.62 25.5 8.21 -
YUV 136.32 87.19 167.72 -
System Red Green Blue C M Y K H S L
Decimal 192 122 64 0 0.36 0.67 0.25 27.19 0.5 0.5
Hex C0 7A 40 0 24 43 19 1B 32 32
Octal 300 172 100 0 44 103 31 33 62 62
Binary 11000000 1111010 1000000 0 100100 1000011 11001 11011 110010 110010

Color Harmonies of #C07A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07A40

Black with #C07A40

Text Example


Text Example

White with #C07A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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