Html Css Color HEX #C07E46 Brandy Punch

📋 copy color: '#C07E46'

red 192 ◦ green 126 ◦ blue 70

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

Shades of Brandy Punch #C07E46

Tints of Brandy Punch #C07E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.04%

R = 49.48%
G = 32.47%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C07E46 (or 0xC07E46) is known color: Brandy Punch. HEX triplet: C0, 7E and 46. RGB value is (192,126,70). Sum of RGB (Red+Green+Blue) = 192+126+70=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 70 (27.73% from 255 or 18.04% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07E46 is #3F81B9. Grayscale: #8B8B8B. Windows color (decimal): -4161978 or 4619968. OLE color: 4619968.

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

Color convert

RGB 192 126 70 -
CMYK 0 0.34 0.64 0.25
HSL 27.54º 0.49% 0.51% -
HSV(B) 27.54º 0.64% 0.75% -
XYZ 30.3 26.57 9.33 -
YUV 139.35 88.87 165.55 -
System Red Green Blue C M Y K H S L
Decimal 192 126 70 0 0.34 0.64 0.25 27.54 0.49 0.51
Hex C0 7E 46 0 22 40 19 1C 31 33
Octal 300 176 106 0 42 100 31 34 61 63
Binary 11000000 1111110 1000110 0 100010 1000000 11001 11100 110001 110011

Color Harmonies of #C07E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E46

Black with #C07E46

Text Example


Text Example

White with #C07E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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