Html Css Color HEX #C47A43 Brandy Punch

📋 copy color: '#C47A43'

red 196 ◦ green 122 ◦ blue 67

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

Shades of Brandy Punch #C47A43

Tints of Brandy Punch #C47A43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.4%

R = 50.91%
G = 31.69%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C47A43 (or 0xC47A43) is known color: Brandy Punch. HEX triplet: C4, 7A and 43. RGB value is (196,122,67). Sum of RGB (Red+Green+Blue) = 196+122+67=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 67 (26.56% from 255 or 17.40% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47A43 is #3B85BC. Grayscale: #8A8A8A. Windows color (decimal): -3900861 or 4422340. OLE color: 4422340.

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

Color convert

RGB 196 122 67 -
CMYK 0 0.38 0.66 0.23
HSL 25.58º 0.52% 0.52% -
HSV(B) 25.58º 0.66% 0.77% -
XYZ 30.74 26.06 8.72 -
YUV 137.86 88.02 169.47 -
System Red Green Blue C M Y K H S L
Decimal 196 122 67 0 0.38 0.66 0.23 25.58 0.52 0.52
Hex C4 7A 43 0 26 42 17 1A 34 34
Octal 304 172 103 0 46 102 27 32 64 64
Binary 11000100 1111010 1000011 0 100110 1000010 10111 11010 110100 110100

Color Harmonies of #C47A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47A43

Black with #C47A43

Text Example


Text Example

White with #C47A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47A43; }

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

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

background-color css

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

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

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

border-color css

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

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

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