Html Css Color HEX #C47D4C Brandy Punch

📋 copy color: '#C47D4C'

red 196 ◦ green 125 ◦ blue 76

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

Shades of Brandy Punch #C47D4C

Tints of Brandy Punch #C47D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.14%

R = 49.37%
G = 31.49%
B = 19.14%

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

#C47D4C (or 0xC47D4C) is known color: Brandy Punch. HEX triplet: C4, 7D and 4C. RGB value is (196,125,76). Sum of RGB (Red+Green+Blue) = 196+125+76=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47D4C is #3B82B3. Grayscale: #8C8C8C. Windows color (decimal): -3900084 or 5012932. OLE color: 5012932.

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

Color convert

RGB 196 125 76 -
CMYK 0 0.36 0.61 0.23
HSL 24.5º 0.5% 0.53% -
HSV(B) 24.5º 0.61% 0.77% -
XYZ 31.4 26.92 10.38 -
YUV 140.64 91.52 167.48 -
System Red Green Blue C M Y K H S L
Decimal 196 125 76 0 0.36 0.61 0.23 24.5 0.5 0.53
Hex C4 7D 4C 0 24 3D 17 18 32 35
Octal 304 175 114 0 44 75 27 30 62 65
Binary 11000100 1111101 1001100 0 100100 111101 10111 11000 110010 110101

Color Harmonies of #C47D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47D4C

Black with #C47D4C

Text Example


Text Example

White with #C47D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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