Html Css Color HEX #C07E4E Brandy Punch

📋 copy color: '#C07E4E'

red 192 ◦ green 126 ◦ blue 78

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

Shades of Brandy Punch #C07E4E

Tints of Brandy Punch #C07E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.7%

R = 48.48%
G = 31.82%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C07E4E (or 0xC07E4E) is known color: Brandy Punch. HEX triplet: C0, 7E and 4E. RGB value is (192,126,78). Sum of RGB (Red+Green+Blue) = 192+126+78=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07E4E is #3F81B1. Grayscale: #8C8C8C. Windows color (decimal): -4161970 or 5144256. OLE color: 5144256.

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

Color convert

RGB 192 126 78 -
CMYK 0 0.34 0.59 0.25
HSL 25.26º 0.48% 0.53% -
HSV(B) 25.26º 0.59% 0.75% -
XYZ 30.57 26.68 10.75 -
YUV 140.26 92.87 164.9 -
System Red Green Blue C M Y K H S L
Decimal 192 126 78 0 0.34 0.59 0.25 25.26 0.48 0.53
Hex C0 7E 4E 0 22 3B 19 19 30 35
Octal 300 176 116 0 42 73 31 31 60 65
Binary 11000000 1111110 1001110 0 100010 111011 11001 11001 110000 110101

Color Harmonies of #C07E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E4E

Black with #C07E4E

Text Example


Text Example

White with #C07E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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