Html Css Color HEX #C47D4D Brandy Punch

📋 copy color: '#C47D4D'

red 196 ◦ green 125 ◦ blue 77

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

Shades of Brandy Punch #C47D4D

Tints of Brandy Punch #C47D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.35%

R = 49.25%
G = 31.41%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C47D4D (or 0xC47D4D) is known color: Brandy Punch. HEX triplet: C4, 7D and 4D. RGB value is (196,125,77). Sum of RGB (Red+Green+Blue) = 196+125+77=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47D4D is #3B82B2. Grayscale: #8D8D8D. Windows color (decimal): -3900083 or 5078468. OLE color: 5078468.

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

Color convert

RGB 196 125 77 -
CMYK 0 0.36 0.61 0.23
HSL 24.2º 0.5% 0.54% -
HSV(B) 24.2º 0.61% 0.77% -
XYZ 31.44 26.94 10.56 -
YUV 140.76 92.02 167.4 -
System Red Green Blue C M Y K H S L
Decimal 196 125 77 0 0.36 0.61 0.23 24.2 0.5 0.54
Hex C4 7D 4D 0 24 3D 17 18 32 36
Octal 304 175 115 0 44 75 27 30 62 66
Binary 11000100 1111101 1001101 0 100100 111101 10111 11000 110010 110110

Color Harmonies of #C47D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47D4D

Black with #C47D4D

Text Example


Text Example

White with #C47D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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