Html Css Color HEX #C07744 Brandy Punch

📋 copy color: '#C07744'

red 192 ◦ green 119 ◦ blue 68

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

Shades of Brandy Punch #C07744

Tints of Brandy Punch #C07744

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.4%

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

R = 50.66%
G = 31.4%
B = 17.94%

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

#C07744 (or 0xC07744) is known color: Brandy Punch. HEX triplet: C0, 77 and 44. RGB value is (192,119,68). Sum of RGB (Red+Green+Blue) = 192+119+68=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 68 (26.95% from 255 or 17.94% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C07744 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07744 is #3F88BB. Grayscale: #878787. Windows color (decimal): -4163772 or 4487104. OLE color: 4487104.

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

Color convert

RGB 192 119 68 -
CMYK 0 0.38 0.65 0.25
HSL 24.68º 0.5% 0.51% -
HSV(B) 24.68º 0.65% 0.75% -
XYZ 29.38 24.82 8.71 -
YUV 135.01 90.18 168.65 -
System Red Green Blue C M Y K H S L
Decimal 192 119 68 0 0.38 0.65 0.25 24.68 0.5 0.51
Hex C0 77 44 0 26 41 19 19 32 33
Octal 300 167 104 0 46 101 31 31 62 63
Binary 11000000 1110111 1000100 0 100110 1000001 11001 11001 110010 110011

Color Harmonies of #C07744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07744

Black with #C07744

Text Example


Text Example

White with #C07744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07744; }

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

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

background-color css

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

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

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

border-color css

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

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

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