Html Css Color HEX #C47846 Brandy Punch

📋 copy color: '#C47846'

red 196 ◦ green 120 ◦ blue 70

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

Shades of Brandy Punch #C47846

Tints of Brandy Punch #C47846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.13%

R = 50.78%
G = 31.09%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C47846 (or 0xC47846) is known color: Brandy Punch. HEX triplet: C4, 78 and 46. RGB value is (196,120,70). Sum of RGB (Red+Green+Blue) = 196+120+70=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 70 (27.73% from 255 or 18.13% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C47846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47846 is #3B87B9. Grayscale: #898989. Windows color (decimal): -3901370 or 4618436. OLE color: 4618436.

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

Color convert

RGB 196 120 70 -
CMYK 0 0.39 0.64 0.23
HSL 23.81º 0.52% 0.52% -
HSV(B) 23.81º 0.64% 0.77% -
XYZ 30.59 25.61 9.13 -
YUV 137.02 90.18 170.07 -
System Red Green Blue C M Y K H S L
Decimal 196 120 70 0 0.39 0.64 0.23 23.81 0.52 0.52
Hex C4 78 46 0 27 40 17 18 34 34
Octal 304 170 106 0 47 100 27 30 64 64
Binary 11000100 1111000 1000110 0 100111 1000000 10111 11000 110100 110100

Color Harmonies of #C47846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47846

Black with #C47846

Text Example


Text Example

White with #C47846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47846; }

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

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

background-color css

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

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

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

border-color css

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

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

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