Html Css Color HEX #C07E53 Brandy Punch

📋 copy color: '#C07E53'

red 192 ◦ green 126 ◦ blue 83

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

Shades of Brandy Punch #C07E53

Tints of Brandy Punch #C07E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.7%

R = 47.88%
G = 31.42%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C07E53 (or 0xC07E53) is known color: Brandy Punch. HEX triplet: C0, 7E and 53. RGB value is (192,126,83). Sum of RGB (Red+Green+Blue) = 192+126+83=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 83 (32.81% from 255 or 20.70% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07E53 is #3F81AC. Grayscale: #8D8D8D. Windows color (decimal): -4161965 or 5471936. OLE color: 5471936.

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

Color convert

RGB 192 126 83 -
CMYK 0 0.34 0.57 0.25
HSL 23.67º 0.46% 0.54% -
HSV(B) 23.67º 0.57% 0.75% -
XYZ 30.76 26.75 11.73 -
YUV 140.83 95.37 164.5 -
System Red Green Blue C M Y K H S L
Decimal 192 126 83 0 0.34 0.57 0.25 23.67 0.46 0.54
Hex C0 7E 53 0 22 39 19 18 2E 36
Octal 300 176 123 0 42 71 31 30 56 66
Binary 11000000 1111110 1010011 0 100010 111001 11001 11000 101110 110110

Color Harmonies of #C07E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E53

Black with #C07E53

Text Example


Text Example

White with #C07E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E53; }

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

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

background-color css

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

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

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

border-color css

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

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

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