Html Css Color HEX #C47E3E Brandy Punch

📋 copy color: '#C47E3E'

red 196 ◦ green 126 ◦ blue 62

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

Shades of Brandy Punch #C47E3E

Tints of Brandy Punch #C47E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.15%

R = 51.04%
G = 32.81%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C47E3E (or 0xC47E3E) is known color: Brandy Punch. HEX triplet: C4, 7E and 3E. RGB value is (196,126,62). Sum of RGB (Red+Green+Blue) = 196+126+62=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 62 (24.61% from 255 or 16.15% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47E3E is #3B81C1. Grayscale: #8B8B8B. Windows color (decimal): -3899842 or 4095684. OLE color: 4095684.

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

Color convert

RGB 196 126 62 -
CMYK 0 0.36 0.68 0.23
HSL 28.66º 0.53% 0.51% -
HSV(B) 28.66º 0.68% 0.77% -
XYZ 31.1 27.01 8.13 -
YUV 139.63 84.19 168.2 -
System Red Green Blue C M Y K H S L
Decimal 196 126 62 0 0.36 0.68 0.23 28.66 0.53 0.51
Hex C4 7E 3E 0 24 44 17 1D 35 33
Octal 304 176 76 0 44 104 27 35 65 63
Binary 11000100 1111110 111110 0 100100 1000100 10111 11101 110101 110011

Color Harmonies of #C47E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47E3E

Black with #C47E3E

Text Example


Text Example

White with #C47E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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