Html Css Color HEX #C47A46 Brandy Punch

📋 copy color: '#C47A46'

red 196 ◦ green 122 ◦ blue 70

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

Shades of Brandy Punch #C47A46

Tints of Brandy Punch #C47A46

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.44%

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

R = 50.52%
G = 31.44%
B = 18.04%

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

#C47A46 (or 0xC47A46) is known color: Brandy Punch. HEX triplet: C4, 7A and 46. RGB value is (196,122,70). Sum of RGB (Red+Green+Blue) = 196+122+70=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 70 (27.73% from 255 or 18.04% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47A46 is #3B85B9. Grayscale: #8A8A8A. Windows color (decimal): -3900858 or 4618948. OLE color: 4618948.

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

Color convert

RGB 196 122 70 -
CMYK 0 0.38 0.64 0.23
HSL 24.76º 0.52% 0.52% -
HSV(B) 24.76º 0.64% 0.77% -
XYZ 30.83 26.1 9.21 -
YUV 138.2 89.52 169.23 -
System Red Green Blue C M Y K H S L
Decimal 196 122 70 0 0.38 0.64 0.23 24.76 0.52 0.52
Hex C4 7A 46 0 26 40 17 19 34 34
Octal 304 172 106 0 46 100 27 31 64 64
Binary 11000100 1111010 1000110 0 100110 1000000 10111 11001 110100 110100

Color Harmonies of #C47A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47A46

Black with #C47A46

Text Example


Text Example

White with #C47A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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