Html Css Color HEX #C07747 Brandy Punch

📋 copy color: '#C07747'

red 192 ◦ green 119 ◦ blue 71

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

Shades of Brandy Punch #C07747

Tints of Brandy Punch #C07747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.59%

R = 50.26%
G = 31.15%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C07747 (or 0xC07747) is known color: Brandy Punch. HEX triplet: C0, 77 and 47. RGB value is (192,119,71). Sum of RGB (Red+Green+Blue) = 192+119+71=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 71 (28.12% from 255 or 18.59% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C07747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07747 is #3F88B8. Grayscale: #878787. Windows color (decimal): -4163769 or 4683712. OLE color: 4683712.

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

Color convert

RGB 192 119 71 -
CMYK 0 0.38 0.63 0.25
HSL 23.8º 0.49% 0.52% -
HSV(B) 23.8º 0.63% 0.75% -
XYZ 29.47 24.86 9.21 -
YUV 135.36 91.68 168.4 -
System Red Green Blue C M Y K H S L
Decimal 192 119 71 0 0.38 0.63 0.25 23.8 0.49 0.52
Hex C0 77 47 0 26 3F 19 18 31 34
Octal 300 167 107 0 46 77 31 30 61 64
Binary 11000000 1110111 1000111 0 100110 111111 11001 11000 110001 110100

Color Harmonies of #C07747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07747

Black with #C07747

Text Example


Text Example

White with #C07747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07747; }

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

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

background-color css

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

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

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

border-color css

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

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

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