Html Css Color HEX #C07A44 Brandy Punch

📋 copy color: '#C07A44'

red 192 ◦ green 122 ◦ blue 68

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

Shades of Brandy Punch #C07A44

Tints of Brandy Punch #C07A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.8%

R = 50.26%
G = 31.94%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C07A44 (or 0xC07A44) is known color: Brandy Punch. HEX triplet: C0, 7A and 44. RGB value is (192,122,68). Sum of RGB (Red+Green+Blue) = 192+122+68=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 68 (26.95% from 255 or 17.80% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07A44 is #3F85BB. Grayscale: #898989. Windows color (decimal): -4163004 or 4487872. OLE color: 4487872.

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

Color convert

RGB 192 122 68 -
CMYK 0 0.36 0.65 0.25
HSL 26.13º 0.5% 0.51% -
HSV(B) 26.13º 0.65% 0.75% -
XYZ 29.74 25.54 8.83 -
YUV 136.77 89.19 167.39 -
System Red Green Blue C M Y K H S L
Decimal 192 122 68 0 0.36 0.65 0.25 26.13 0.5 0.51
Hex C0 7A 44 0 24 41 19 1A 32 33
Octal 300 172 104 0 44 101 31 32 62 63
Binary 11000000 1111010 1000100 0 100100 1000001 11001 11010 110010 110011

Color Harmonies of #C07A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07A44

Black with #C07A44

Text Example


Text Example

White with #C07A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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