Html Css Color HEX #C47C45 Brandy Punch

📋 copy color: '#C47C45'

red 196 ◦ green 124 ◦ blue 69

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

Shades of Brandy Punch #C47C45

Tints of Brandy Punch #C47C45

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.88%

 BLUE value IS 69 (27.34% from 255) = 17.74%

R = 50.39%
G = 31.88%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C47C45 (or 0xC47C45) is known color: Brandy Punch. HEX triplet: C4, 7C and 45. RGB value is (196,124,69). Sum of RGB (Red+Green+Blue) = 196+124+69=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47C45 is #3B83BA. Grayscale: #8B8B8B. Windows color (decimal): -3900347 or 4553924. OLE color: 4553924.

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

Color convert

RGB 196 124 69 -
CMYK 0 0.37 0.65 0.23
HSL 25.98º 0.52% 0.52% -
HSV(B) 25.98º 0.65% 0.77% -
XYZ 31.05 26.58 9.12 -
YUV 139.26 88.35 168.47 -
System Red Green Blue C M Y K H S L
Decimal 196 124 69 0 0.37 0.65 0.23 25.98 0.52 0.52
Hex C4 7C 45 0 25 41 17 1A 34 34
Octal 304 174 105 0 45 101 27 32 64 64
Binary 11000100 1111100 1000101 0 100101 1000001 10111 11010 110100 110100

Color Harmonies of #C47C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47C45

Black with #C47C45

Text Example


Text Example

White with #C47C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47C45; }

 p { color: rgb(196,124,69); }

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

background-color css

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

 a { background-color: rgb(196,124,69); }

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

border-color css

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

 span { border-color: rgb(196,124,69); }

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