Html Css Color HEX #C07E51 Brandy Punch

📋 copy color: '#C07E51'

red 192 ◦ green 126 ◦ blue 81

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

Shades of Brandy Punch #C07E51

Tints of Brandy Punch #C07E51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.3%

R = 48.12%
G = 31.58%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C07E51 (or 0xC07E51) is known color: Brandy Punch. HEX triplet: C0, 7E and 51. RGB value is (192,126,81). Sum of RGB (Red+Green+Blue) = 192+126+81=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07E51 is #3F81AE. Grayscale: #8C8C8C. Windows color (decimal): -4161967 or 5340864. OLE color: 5340864.

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

Color convert

RGB 192 126 81 -
CMYK 0 0.34 0.58 0.25
HSL 24.32º 0.47% 0.54% -
HSV(B) 24.32º 0.58% 0.75% -
XYZ 30.68 26.72 11.33 -
YUV 140.6 94.37 164.66 -
System Red Green Blue C M Y K H S L
Decimal 192 126 81 0 0.34 0.58 0.25 24.32 0.47 0.54
Hex C0 7E 51 0 22 3A 19 18 2F 36
Octal 300 176 121 0 42 72 31 30 57 66
Binary 11000000 1111110 1010001 0 100010 111010 11001 11000 101111 110110

Color Harmonies of #C07E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E51

Black with #C07E51

Text Example


Text Example

White with #C07E51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E51; }

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

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

background-color css

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

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

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

border-color css

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

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

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