Html Css Color HEX #C47B49 Brandy Punch

📋 copy color: '#C47B49'

red 196 ◦ green 123 ◦ blue 73

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

Shades of Brandy Punch #C47B49

Tints of Brandy Punch #C47B49

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.38%

 BLUE value IS 73 (28.91% from 255) = 18.62%

R = 50%
G = 31.38%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C47B49 (or 0xC47B49) is known color: Brandy Punch. HEX triplet: C4, 7B and 49. RGB value is (196,123,73). Sum of RGB (Red+Green+Blue) = 196+123+73=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 73 (28.91% from 255 or 18.62% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47B49 is #3B84B6. Grayscale: #8B8B8B. Windows color (decimal): -3900599 or 4815812. OLE color: 4815812.

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

Color convert

RGB 196 123 73 -
CMYK 0 0.37 0.63 0.23
HSL 24.39º 0.51% 0.53% -
HSV(B) 24.39º 0.63% 0.77% -
XYZ 31.05 26.38 9.76 -
YUV 139.13 90.68 168.57 -
System Red Green Blue C M Y K H S L
Decimal 196 123 73 0 0.37 0.63 0.23 24.39 0.51 0.53
Hex C4 7B 49 0 25 3F 17 18 33 35
Octal 304 173 111 0 45 77 27 30 63 65
Binary 11000100 1111011 1001001 0 100101 111111 10111 11000 110011 110101

Color Harmonies of #C47B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47B49

Black with #C47B49

Text Example


Text Example

White with #C47B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47B49; }

 p { color: rgb(196,123,73); }

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

background-color css

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

 a { background-color: rgb(196,123,73); }

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

border-color css

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

 span { border-color: rgb(196,123,73); }

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