Html Css Color HEX #C47D4A Brandy Punch

📋 copy color: '#C47D4A'

red 196 ◦ green 125 ◦ blue 74

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

Shades of Brandy Punch #C47D4A

Tints of Brandy Punch #C47D4A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.65%

 BLUE value IS 74 (29.3% from 255) = 18.73%

R = 49.62%
G = 31.65%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C47D4A (or 0xC47D4A) is known color: Brandy Punch. HEX triplet: C4, 7D and 4A. RGB value is (196,125,74). Sum of RGB (Red+Green+Blue) = 196+125+74=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47D4A is #3B82B5. Grayscale: #8C8C8C. Windows color (decimal): -3900086 or 4881860. OLE color: 4881860.

HSL color Cylindrical-coordinate representation of color #C47D4A: hue angle of 25.08º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C47D4A is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 125 74 -
CMYK 0 0.36 0.62 0.23
HSL 25.08º 0.51% 0.53% -
HSV(B) 25.08º 0.62% 0.77% -
XYZ 31.33 26.9 10.02 -
YUV 140.42 90.52 167.65 -
System Red Green Blue C M Y K H S L
Decimal 196 125 74 0 0.36 0.62 0.23 25.08 0.51 0.53
Hex C4 7D 4A 0 24 3E 17 19 33 35
Octal 304 175 112 0 44 76 27 31 63 65
Binary 11000100 1111101 1001010 0 100100 111110 10111 11001 110011 110101

Color Harmonies of #C47D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47D4A

Black with #C47D4A

Text Example


Text Example

White with #C47D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47D4A; }

 p { color: rgb(196,125,74); }

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

background-color css

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

 a { background-color: rgb(196,125,74); }

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

border-color css

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

 span { border-color: rgb(196,125,74); }

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