Html Css Color HEX #C47840 Brandy Punch

📋 copy color: '#C47840'

red 196 ◦ green 120 ◦ blue 64

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

Shades of Brandy Punch #C47840

Tints of Brandy Punch #C47840

RGB

 RED value IS 196 (76.95% from 255) = 51.58%

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

 BLUE value IS 64 (25.39% from 255) = 16.84%

R = 51.58%
G = 31.58%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C47840 (or 0xC47840) is known color: Brandy Punch. HEX triplet: C4, 78 and 40. RGB value is (196,120,64). Sum of RGB (Red+Green+Blue) = 196+120+64=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C47840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47840 is #3B87BF. Grayscale: #888888. Windows color (decimal): -3901376 or 4225220. OLE color: 4225220.

HSL color Cylindrical-coordinate representation of color #C47840: hue angle of 25.45º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C47840 is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 120 64 -
CMYK 0 0.39 0.67 0.23
HSL 25.45º 0.53% 0.51% -
HSV(B) 25.45º 0.67% 0.77% -
XYZ 30.41 25.54 8.18 -
YUV 136.34 87.18 170.55 -
System Red Green Blue C M Y K H S L
Decimal 196 120 64 0 0.39 0.67 0.23 25.45 0.53 0.51
Hex C4 78 40 0 27 43 17 19 35 33
Octal 304 170 100 0 47 103 27 31 65 63
Binary 11000100 1111000 1000000 0 100111 1000011 10111 11001 110101 110011

Color Harmonies of #C47840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47840

Black with #C47840

Text Example


Text Example

White with #C47840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47840; }

 p { color: rgb(196,120,64); }

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

background-color css

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

 a { background-color: rgb(196,120,64); }

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

border-color css

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

 span { border-color: rgb(196,120,64); }

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