Html Css Color HEX #C07A4D Brandy Punch

📋 copy color: '#C07A4D'

red 192 ◦ green 122 ◦ blue 77

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

Shades of Brandy Punch #C07A4D

Tints of Brandy Punch #C07A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.69%

R = 49.1%
G = 31.2%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C07A4D (or 0xC07A4D) is known color: Brandy Punch. HEX triplet: C0, 7A and 4D. RGB value is (192,122,77). Sum of RGB (Red+Green+Blue) = 192+122+77=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07A4D is #3F85B2. Grayscale: #8A8A8A. Windows color (decimal): -4162995 or 5077696. OLE color: 5077696.

HSL color Cylindrical-coordinate representation of color #C07A4D: hue angle of 23.48º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C07A4D is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 122 77 -
CMYK 0 0.36 0.60 0.25
HSL 23.48º 0.48% 0.53% -
HSV(B) 23.48º 0.6% 0.75% -
XYZ 30.04 25.66 10.39 -
YUV 137.8 93.69 166.66 -
System Red Green Blue C M Y K H S L
Decimal 192 122 77 0 0.36 0.60 0.25 23.48 0.48 0.53
Hex C0 7A 4D 0 24 3C 19 17 30 35
Octal 300 172 115 0 44 74 31 27 60 65
Binary 11000000 1111010 1001101 0 100100 111100 11001 10111 110000 110101

Color Harmonies of #C07A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07A4D

Black with #C07A4D

Text Example


Text Example

White with #C07A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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