Html Css Color HEX #C47748 Brandy Punch

📋 copy color: '#C47748'

red 196 ◦ green 119 ◦ blue 72

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

Shades of Brandy Punch #C47748

Tints of Brandy Punch #C47748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.6%

R = 50.65%
G = 30.75%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C47748 (or 0xC47748) is known color: Brandy Punch. HEX triplet: C4, 77 and 48. RGB value is (196,119,72). Sum of RGB (Red+Green+Blue) = 196+119+72=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C47748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47748 is #3B88B7. Grayscale: #888888. Windows color (decimal): -3901624 or 4749252. OLE color: 4749252.

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

Color convert

RGB 196 119 72 -
CMYK 0 0.39 0.63 0.23
HSL 22.74º 0.51% 0.53% -
HSV(B) 22.74º 0.63% 0.77% -
XYZ 30.53 25.4 9.42 -
YUV 136.67 91.51 170.32 -
System Red Green Blue C M Y K H S L
Decimal 196 119 72 0 0.39 0.63 0.23 22.74 0.51 0.53
Hex C4 77 48 0 27 3F 17 17 33 35
Octal 304 167 110 0 47 77 27 27 63 65
Binary 11000100 1110111 1001000 0 100111 111111 10111 10111 110011 110101

Color Harmonies of #C47748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47748

Black with #C47748

Text Example


Text Example

White with #C47748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47748; }

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

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

background-color css

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

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

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

border-color css

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

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

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