Html Css Color HEX #C47C4A Brandy Punch

📋 copy color: '#C47C4A'

red 196 ◦ green 124 ◦ blue 74

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

Shades of Brandy Punch #C47C4A

Tints of Brandy Punch #C47C4A

RGB

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

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

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

R = 49.75%
G = 31.47%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C47C4A (or 0xC47C4A) is known color: Brandy Punch. HEX triplet: C4, 7C and 4A. RGB value is (196,124,74). Sum of RGB (Red+Green+Blue) = 196+124+74=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47C4A is #3B83B5. Grayscale: #8C8C8C. Windows color (decimal): -3900342 or 4881604. OLE color: 4881604.

HSL color Cylindrical-coordinate representation of color #C47C4A: hue angle of 24.59º 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 #C47C4A is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 124 74 -
CMYK 0 0.37 0.62 0.23
HSL 24.59º 0.51% 0.53% -
HSV(B) 24.59º 0.62% 0.77% -
XYZ 31.21 26.65 9.98 -
YUV 139.83 90.85 168.07 -
System Red Green Blue C M Y K H S L
Decimal 196 124 74 0 0.37 0.62 0.23 24.59 0.51 0.53
Hex C4 7C 4A 0 25 3E 17 19 33 35
Octal 304 174 112 0 45 76 27 31 63 65
Binary 11000100 1111100 1001010 0 100101 111110 10111 11001 110011 110101

Color Harmonies of #C47C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47C4A

Black with #C47C4A

Text Example


Text Example

White with #C47C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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