Html Css Color HEX #C07841 Brandy Punch

📋 copy color: '#C07841'

red 192 ◦ green 120 ◦ blue 65

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

Shades of Brandy Punch #C07841

Tints of Brandy Punch #C07841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.24%

R = 50.93%
G = 31.83%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C07841 (or 0xC07841) is known color: Brandy Punch. HEX triplet: C0, 78 and 41. RGB value is (192,120,65). Sum of RGB (Red+Green+Blue) = 192+120+65=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C07841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07841 is #3F87BE. Grayscale: #878787. Windows color (decimal): -4163519 or 4290752. OLE color: 4290752.

HSL color Cylindrical-coordinate representation of color #C07841: hue angle of 25.98º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C07841 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 120 65 -
CMYK 0 0.38 0.66 0.25
HSL 25.98º 0.5% 0.5% -
HSV(B) 25.98º 0.66% 0.75% -
XYZ 29.41 25.02 8.28 -
YUV 135.26 88.35 168.47 -
System Red Green Blue C M Y K H S L
Decimal 192 120 65 0 0.38 0.66 0.25 25.98 0.5 0.5
Hex C0 78 41 0 26 42 19 1A 32 32
Octal 300 170 101 0 46 102 31 32 62 62
Binary 11000000 1111000 1000001 0 100110 1000010 11001 11010 110010 110010

Color Harmonies of #C07841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07841

Black with #C07841

Text Example


Text Example

White with #C07841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07841; }

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

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

background-color css

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

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

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

border-color css

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

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

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