Html Css Color HEX #C47A48 Brandy Punch

📋 copy color: '#C47A48'

red 196 ◦ green 122 ◦ blue 72

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

Shades of Brandy Punch #C47A48

Tints of Brandy Punch #C47A48

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.28%

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

R = 50.26%
G = 31.28%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C47A48 (or 0xC47A48) is known color: Brandy Punch. HEX triplet: C4, 7A and 48. RGB value is (196,122,72). Sum of RGB (Red+Green+Blue) = 196+122+72=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47A48 is #3B85B7. Grayscale: #8A8A8A. Windows color (decimal): -3900856 or 4750020. OLE color: 4750020.

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

Color convert

RGB 196 122 72 -
CMYK 0 0.38 0.63 0.23
HSL 24.19º 0.51% 0.53% -
HSV(B) 24.19º 0.63% 0.77% -
XYZ 30.89 26.12 9.54 -
YUV 138.43 90.52 169.07 -
System Red Green Blue C M Y K H S L
Decimal 196 122 72 0 0.38 0.63 0.23 24.19 0.51 0.53
Hex C4 7A 48 0 26 3F 17 18 33 35
Octal 304 172 110 0 46 77 27 30 63 65
Binary 11000100 1111010 1001000 0 100110 111111 10111 11000 110011 110101

Color Harmonies of #C47A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47A48

Black with #C47A48

Text Example


Text Example

White with #C47A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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