Html Css Color HEX #C47848 Brandy Punch

📋 copy color: '#C47848'

red 196 ◦ green 120 ◦ blue 72

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

Shades of Brandy Punch #C47848

Tints of Brandy Punch #C47848

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.93%

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

R = 50.52%
G = 30.93%
B = 18.56%

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

#C47848 (or 0xC47848) is known color: Brandy Punch. HEX triplet: C4, 78 and 48. RGB value is (196,120,72). Sum of RGB (Red+Green+Blue) = 196+120+72=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C47848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47848 is #3B87B7. Grayscale: #898989. Windows color (decimal): -3901368 or 4749508. OLE color: 4749508.

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

Color convert

RGB 196 120 72 -
CMYK 0 0.39 0.63 0.23
HSL 23.23º 0.51% 0.53% -
HSV(B) 23.23º 0.63% 0.77% -
XYZ 30.65 25.64 9.46 -
YUV 137.25 91.18 169.9 -
System Red Green Blue C M Y K H S L
Decimal 196 120 72 0 0.39 0.63 0.23 23.23 0.51 0.53
Hex C4 78 48 0 27 3F 17 17 33 35
Octal 304 170 110 0 47 77 27 27 63 65
Binary 11000100 1111000 1001000 0 100111 111111 10111 10111 110011 110101

Color Harmonies of #C47848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47848

Black with #C47848

Text Example


Text Example

White with #C47848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47848; }

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

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

background-color css

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

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

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

border-color css

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

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

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