Html Css Color HEX #C47946 Brandy Punch

📋 copy color: '#C47946'

red 196 ◦ green 121 ◦ blue 70

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

Shades of Brandy Punch #C47946

Tints of Brandy Punch #C47946

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.27%

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

R = 50.65%
G = 31.27%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C47946 (or 0xC47946) is known color: Brandy Punch. HEX triplet: C4, 79 and 46. RGB value is (196,121,70). Sum of RGB (Red+Green+Blue) = 196+121+70=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 70 (27.73% from 255 or 18.09% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C47946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47946 is #3B86B9. Grayscale: #898989. Windows color (decimal): -3901114 or 4618692. OLE color: 4618692.

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

Color convert

RGB 196 121 70 -
CMYK 0 0.38 0.64 0.23
HSL 24.29º 0.52% 0.52% -
HSV(B) 24.29º 0.64% 0.77% -
XYZ 30.71 25.85 9.17 -
YUV 137.61 89.85 169.65 -
System Red Green Blue C M Y K H S L
Decimal 196 121 70 0 0.38 0.64 0.23 24.29 0.52 0.52
Hex C4 79 46 0 26 40 17 18 34 34
Octal 304 171 106 0 46 100 27 30 64 64
Binary 11000100 1111001 1000110 0 100110 1000000 10111 11000 110100 110100

Color Harmonies of #C47946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47946

Black with #C47946

Text Example


Text Example

White with #C47946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47946; }

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

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

background-color css

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

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

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

border-color css

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

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

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