Html Css Color HEX #C07846 Brandy Punch

📋 copy color: '#C07846'

red 192 ◦ green 120 ◦ blue 70

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

Shades of Brandy Punch #C07846

Tints of Brandy Punch #C07846

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.41%

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

R = 50.26%
G = 31.41%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C07846 (or 0xC07846) is known color: Brandy Punch. HEX triplet: C0, 78 and 46. RGB value is (192,120,70). Sum of RGB (Red+Green+Blue) = 192+120+70=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 70 (27.73% from 255 or 18.32% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C07846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07846 is #3F87B9. Grayscale: #888888. Windows color (decimal): -4163514 or 4618432. OLE color: 4618432.

HSL color Cylindrical-coordinate representation of color #C07846: hue angle of 24.59º 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 #C07846 is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 120 70 -
CMYK 0 0.38 0.64 0.25
HSL 24.59º 0.49% 0.51% -
HSV(B) 24.59º 0.64% 0.75% -
XYZ 29.56 25.08 9.08 -
YUV 135.83 90.85 168.07 -
System Red Green Blue C M Y K H S L
Decimal 192 120 70 0 0.38 0.64 0.25 24.59 0.49 0.51
Hex C0 78 46 0 26 40 19 19 31 33
Octal 300 170 106 0 46 100 31 31 61 63
Binary 11000000 1111000 1000110 0 100110 1000000 11001 11001 110001 110011

Color Harmonies of #C07846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07846

Black with #C07846

Text Example


Text Example

White with #C07846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07846; }

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

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

background-color css

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

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

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

border-color css

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

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

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