Html Css Color HEX #C07547 Brandy Punch

📋 copy color: '#C07547'

red 192 ◦ green 117 ◦ blue 71

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

Shades of Brandy Punch #C07547

Tints of Brandy Punch #C07547

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.79%

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

R = 50.53%
G = 30.79%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C07547 (or 0xC07547) is known color: Brandy Punch. HEX triplet: C0, 75 and 47. RGB value is (192,117,71). Sum of RGB (Red+Green+Blue) = 192+117+71=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 71 (28.12% from 255 or 18.68% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C07547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07547 is #3F8AB8. Grayscale: #868686. Windows color (decimal): -4164281 or 4683200. OLE color: 4683200.

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

Color convert

RGB 192 117 71 -
CMYK 0 0.39 0.63 0.25
HSL 22.81º 0.49% 0.52% -
HSV(B) 22.81º 0.63% 0.75% -
XYZ 29.24 24.38 9.13 -
YUV 134.18 92.35 169.24 -
System Red Green Blue C M Y K H S L
Decimal 192 117 71 0 0.39 0.63 0.25 22.81 0.49 0.52
Hex C0 75 47 0 27 3F 19 17 31 34
Octal 300 165 107 0 47 77 31 27 61 64
Binary 11000000 1110101 1000111 0 100111 111111 11001 10111 110001 110100

Color Harmonies of #C07547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07547

Black with #C07547

Text Example


Text Example

White with #C07547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07547; }

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

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

background-color css

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

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

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

border-color css

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

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

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