Html Css Color HEX #C07845 Brandy Punch

📋 copy color: '#C07845'

red 192 ◦ green 120 ◦ blue 69

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

Shades of Brandy Punch #C07845

Tints of Brandy Punch #C07845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.11%

R = 50.39%
G = 31.5%
B = 18.11%

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

#C07845 (or 0xC07845) is known color: Brandy Punch. HEX triplet: C0, 78 and 45. RGB value is (192,120,69). Sum of RGB (Red+Green+Blue) = 192+120+69=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C07845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07845 is #3F87BA. Grayscale: #878787. Windows color (decimal): -4163515 or 4552896. OLE color: 4552896.

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

Color convert

RGB 192 120 69 -
CMYK 0 0.38 0.64 0.25
HSL 24.88º 0.49% 0.51% -
HSV(B) 24.88º 0.64% 0.75% -
XYZ 29.53 25.07 8.91 -
YUV 135.71 90.35 168.15 -
System Red Green Blue C M Y K H S L
Decimal 192 120 69 0 0.38 0.64 0.25 24.88 0.49 0.51
Hex C0 78 45 0 26 40 19 19 31 33
Octal 300 170 105 0 46 100 31 31 61 63
Binary 11000000 1111000 1000101 0 100110 1000000 11001 11001 110001 110011

Color Harmonies of #C07845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07845

Black with #C07845

Text Example


Text Example

White with #C07845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07845; }

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

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

background-color css

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

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

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

border-color css

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

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

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