Html Css Color HEX #C07844 Brandy Punch

📋 copy color: '#C07844'

red 192 ◦ green 120 ◦ blue 68

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

Shades of Brandy Punch #C07844

Tints of Brandy Punch #C07844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.89%

R = 50.53%
G = 31.58%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C07844 (or 0xC07844) is known color: Brandy Punch. HEX triplet: C0, 78 and 44. RGB value is (192,120,68). Sum of RGB (Red+Green+Blue) = 192+120+68=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 68 (26.95% from 255 or 17.89% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C07844 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07844 is #3F87BB. Grayscale: #878787. Windows color (decimal): -4163516 or 4487360. OLE color: 4487360.

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

Color convert

RGB 192 120 68 -
CMYK 0 0.38 0.65 0.25
HSL 25.16º 0.5% 0.51% -
HSV(B) 25.16º 0.65% 0.75% -
XYZ 29.5 25.06 8.75 -
YUV 135.6 89.85 168.23 -
System Red Green Blue C M Y K H S L
Decimal 192 120 68 0 0.38 0.65 0.25 25.16 0.5 0.51
Hex C0 78 44 0 26 41 19 19 32 33
Octal 300 170 104 0 46 101 31 31 62 63
Binary 11000000 1111000 1000100 0 100110 1000001 11001 11001 110010 110011

Color Harmonies of #C07844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07844

Black with #C07844

Text Example


Text Example

White with #C07844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07844; }

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

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

background-color css

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

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

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

border-color css

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

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

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