Html Css Color HEX #C07E4A Brandy Punch

📋 copy color: '#C07E4A'

red 192 ◦ green 126 ◦ blue 74

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

Shades of Brandy Punch #C07E4A

Tints of Brandy Punch #C07E4A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.14%

 BLUE value IS 74 (29.3% from 255) = 18.88%

R = 48.98%
G = 32.14%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C07E4A (or 0xC07E4A) is known color: Brandy Punch. HEX triplet: C0, 7E and 4A. RGB value is (192,126,74). Sum of RGB (Red+Green+Blue) = 192+126+74=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07E4A is #3F81B5. Grayscale: #8C8C8C. Windows color (decimal): -4161974 or 4882112. OLE color: 4882112.

HSL color Cylindrical-coordinate representation of color #C07E4A: hue angle of 26.44º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C07E4A is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 126 74 -
CMYK 0 0.34 0.61 0.25
HSL 26.44º 0.48% 0.52% -
HSV(B) 26.44º 0.61% 0.75% -
XYZ 30.44 26.62 10.01 -
YUV 139.81 90.87 165.23 -
System Red Green Blue C M Y K H S L
Decimal 192 126 74 0 0.34 0.61 0.25 26.44 0.48 0.52
Hex C0 7E 4A 0 22 3D 19 1A 30 34
Octal 300 176 112 0 42 75 31 32 60 64
Binary 11000000 1111110 1001010 0 100010 111101 11001 11010 110000 110100

Color Harmonies of #C07E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E4A

Black with #C07E4A

Text Example


Text Example

White with #C07E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E4A; }

 p { color: rgb(192,126,74); }

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

background-color css

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

 a { background-color: rgb(192,126,74); }

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

border-color css

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

 span { border-color: rgb(192,126,74); }

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