Html Css Color HEX #C47741 Brandy Punch

📋 copy color: '#C47741'

red 196 ◦ green 119 ◦ blue 65

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

Shades of Brandy Punch #C47741

Tints of Brandy Punch #C47741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.11%

R = 51.58%
G = 31.32%
B = 17.11%

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

#C47741 (or 0xC47741) is known color: Brandy Punch. HEX triplet: C4, 77 and 41. RGB value is (196,119,65). Sum of RGB (Red+Green+Blue) = 196+119+65=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C47741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47741 is #3B88BE. Grayscale: #888888. Windows color (decimal): -3901631 or 4290500. OLE color: 4290500.

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

Color convert

RGB 196 119 65 -
CMYK 0 0.39 0.67 0.23
HSL 24.73º 0.53% 0.51% -
HSV(B) 24.73º 0.67% 0.77% -
XYZ 30.32 25.31 8.29 -
YUV 135.87 88.01 170.89 -
System Red Green Blue C M Y K H S L
Decimal 196 119 65 0 0.39 0.67 0.23 24.73 0.53 0.51
Hex C4 77 41 0 27 43 17 19 35 33
Octal 304 167 101 0 47 103 27 31 65 63
Binary 11000100 1110111 1000001 0 100111 1000011 10111 11001 110101 110011

Color Harmonies of #C47741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47741

Black with #C47741

Text Example


Text Example

White with #C47741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47741; }

 p { color: rgb(196,119,65); }

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

background-color css

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

 a { background-color: rgb(196,119,65); }

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

border-color css

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

 span { border-color: rgb(196,119,65); }

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