Html Css Color HEX #C47E40 Brandy Punch

📋 copy color: '#C47E40'

red 196 ◦ green 126 ◦ blue 64

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

Shades of Brandy Punch #C47E40

Tints of Brandy Punch #C47E40

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.64%

 BLUE value IS 64 (25.39% from 255) = 16.58%

R = 50.78%
G = 32.64%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C47E40 (or 0xC47E40) is known color: Brandy Punch. HEX triplet: C4, 7E and 40. RGB value is (196,126,64). Sum of RGB (Red+Green+Blue) = 196+126+64=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47E40 is #3B81BF. Grayscale: #8C8C8C. Windows color (decimal): -3899840 or 4226756. OLE color: 4226756.

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

Color convert

RGB 196 126 64 -
CMYK 0 0.36 0.67 0.23
HSL 28.18º 0.53% 0.51% -
HSV(B) 28.18º 0.67% 0.77% -
XYZ 31.15 27.03 8.43 -
YUV 139.86 85.19 168.04 -
System Red Green Blue C M Y K H S L
Decimal 196 126 64 0 0.36 0.67 0.23 28.18 0.53 0.51
Hex C4 7E 40 0 24 43 17 1C 35 33
Octal 304 176 100 0 44 103 27 34 65 63
Binary 11000100 1111110 1000000 0 100100 1000011 10111 11100 110101 110011

Color Harmonies of #C47E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47E40

Black with #C47E40

Text Example


Text Example

White with #C47E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47E40; }

 p { color: rgb(196,126,64); }

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

background-color css

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

 a { background-color: rgb(196,126,64); }

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

border-color css

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

 span { border-color: rgb(196,126,64); }

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