Html Css Color HEX #C47C4E Brandy Punch

📋 copy color: '#C47C4E'

red 196 ◦ green 124 ◦ blue 78

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

Shades of Brandy Punch #C47C4E

Tints of Brandy Punch #C47C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.6%

R = 49.25%
G = 31.16%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C47C4E (or 0xC47C4E) is known color: Brandy Punch. HEX triplet: C4, 7C and 4E. RGB value is (196,124,78). Sum of RGB (Red+Green+Blue) = 196+124+78=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47C4E is #3B83B1. Grayscale: #8C8C8C. Windows color (decimal): -3900338 or 5143748. OLE color: 5143748.

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

Color convert

RGB 196 124 78 -
CMYK 0 0.37 0.60 0.23
HSL 23.39º 0.5% 0.54% -
HSV(B) 23.39º 0.6% 0.77% -
XYZ 31.35 26.7 10.71 -
YUV 140.28 92.85 167.74 -
System Red Green Blue C M Y K H S L
Decimal 196 124 78 0 0.37 0.60 0.23 23.39 0.5 0.54
Hex C4 7C 4E 0 25 3C 17 17 32 36
Octal 304 174 116 0 45 74 27 27 62 66
Binary 11000100 1111100 1001110 0 100101 111100 10111 10111 110010 110110

Color Harmonies of #C47C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47C4E

Black with #C47C4E

Text Example


Text Example

White with #C47C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47C4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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