Html Css Color HEX #C07E54 Brandy Punch

📋 copy color: '#C07E54'

red 192 ◦ green 126 ◦ blue 84

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

Shades of Brandy Punch #C07E54

Tints of Brandy Punch #C07E54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.9%

R = 47.76%
G = 31.34%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C07E54 (or 0xC07E54) is known color: Brandy Punch. HEX triplet: C0, 7E and 54. RGB value is (192,126,84). Sum of RGB (Red+Green+Blue) = 192+126+84=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 84 (33.20% from 255 or 20.90% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07E54 is #3F81AB. Grayscale: #8D8D8D. Windows color (decimal): -4161964 or 5537472. OLE color: 5537472.

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

Color convert

RGB 192 126 84 -
CMYK 0 0.34 0.56 0.25
HSL 23.33º 0.46% 0.54% -
HSV(B) 23.33º 0.56% 0.75% -
XYZ 30.8 26.77 11.93 -
YUV 140.95 95.87 164.42 -
System Red Green Blue C M Y K H S L
Decimal 192 126 84 0 0.34 0.56 0.25 23.33 0.46 0.54
Hex C0 7E 54 0 22 38 19 17 2E 36
Octal 300 176 124 0 42 70 31 27 56 66
Binary 11000000 1111110 1010100 0 100010 111000 11001 10111 101110 110110

Color Harmonies of #C07E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E54

Black with #C07E54

Text Example


Text Example

White with #C07E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E54; }

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

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

background-color css

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

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

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

border-color css

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

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

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