Html Css Color HEX #C47B48 Brandy Punch

📋 copy color: '#C47B48'

red 196 ◦ green 123 ◦ blue 72

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

Shades of Brandy Punch #C47B48

Tints of Brandy Punch #C47B48

RGB

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

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

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

R = 50.13%
G = 31.46%
B = 18.41%

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

#C47B48 (or 0xC47B48) is known color: Brandy Punch. HEX triplet: C4, 7B and 48. RGB value is (196,123,72). Sum of RGB (Red+Green+Blue) = 196+123+72=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47B48 is #3B84B7. Grayscale: #8B8B8B. Windows color (decimal): -3900600 or 4750276. OLE color: 4750276.

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

Color convert

RGB 196 123 72 -
CMYK 0 0.37 0.63 0.23
HSL 24.68º 0.51% 0.53% -
HSV(B) 24.68º 0.63% 0.77% -
XYZ 31.02 26.37 9.59 -
YUV 139.01 90.18 168.65 -
System Red Green Blue C M Y K H S L
Decimal 196 123 72 0 0.37 0.63 0.23 24.68 0.51 0.53
Hex C4 7B 48 0 25 3F 17 19 33 35
Octal 304 173 110 0 45 77 27 31 63 65
Binary 11000100 1111011 1001000 0 100101 111111 10111 11001 110011 110101

Color Harmonies of #C47B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47B48

Black with #C47B48

Text Example


Text Example

White with #C47B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47B48; }

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

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

background-color css

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

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

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

border-color css

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

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

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