Html Css Color HEX #C47947 Brandy Punch

📋 copy color: '#C47947'

red 196 ◦ green 121 ◦ blue 71

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

Shades of Brandy Punch #C47947

Tints of Brandy Punch #C47947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.3%

R = 50.52%
G = 31.19%
B = 18.3%

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

#C47947 (or 0xC47947) is known color: Brandy Punch. HEX triplet: C4, 79 and 47. RGB value is (196,121,71). Sum of RGB (Red+Green+Blue) = 196+121+71=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 71 (28.12% from 255 or 18.30% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C47947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47947 is #3B86B8. Grayscale: #8A8A8A. Windows color (decimal): -3901113 or 4684228. OLE color: 4684228.

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

Color convert

RGB 196 121 71 -
CMYK 0 0.38 0.64 0.23
HSL 24º 0.51% 0.52% -
HSV(B) 24º 0.64% 0.77% -
XYZ 30.74 25.87 9.33 -
YUV 137.73 90.35 169.57 -
System Red Green Blue C M Y K H S L
Decimal 196 121 71 0 0.38 0.64 0.23 24 0.51 0.52
Hex C4 79 47 0 26 40 17 18 33 34
Octal 304 171 107 0 46 100 27 30 63 64
Binary 11000100 1111001 1000111 0 100110 1000000 10111 11000 110011 110100

Color Harmonies of #C47947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47947

Black with #C47947

Text Example


Text Example

White with #C47947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47947; }

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

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

background-color css

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

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

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

border-color css

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

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

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