Html Css Color HEX #C47A3A Brandy Punch

📋 copy color: '#C47A3A'

red 196 ◦ green 122 ◦ blue 58

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

Shades of Brandy Punch #C47A3A

Tints of Brandy Punch #C47A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.43%

R = 52.13%
G = 32.45%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C47A3A (or 0xC47A3A) is known color: Brandy Punch. HEX triplet: C4, 7A and 3A. RGB value is (196,122,58). Sum of RGB (Red+Green+Blue) = 196+122+58=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 58 (23.05% from 255 or 15.43% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47A3A is #3B85C5. Grayscale: #898989. Windows color (decimal): -3900870 or 3832516. OLE color: 3832516.

HSL color Cylindrical-coordinate representation of color #C47A3A: hue angle of 27.83º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C47A3A is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 122 58 -
CMYK 0 0.38 0.70 0.23
HSL 27.83º 0.54% 0.5% -
HSV(B) 27.83º 0.7% 0.77% -
XYZ 30.49 25.96 7.41 -
YUV 136.83 83.52 170.2 -
System Red Green Blue C M Y K H S L
Decimal 196 122 58 0 0.38 0.70 0.23 27.83 0.54 0.5
Hex C4 7A 3A 0 26 46 17 1C 36 32
Octal 304 172 72 0 46 106 27 34 66 62
Binary 11000100 1111010 111010 0 100110 1000110 10111 11100 110110 110010

Color Harmonies of #C47A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47A3A

Black with #C47A3A

Text Example


Text Example

White with #C47A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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