Html Css Color HEX #C47D3E Brandy Punch

📋 copy color: '#C47D3E'

red 196 ◦ green 125 ◦ blue 62

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

Shades of Brandy Punch #C47D3E

Tints of Brandy Punch #C47D3E

RGB

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

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

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

R = 51.17%
G = 32.64%
B = 16.19%

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

#C47D3E (or 0xC47D3E) is known color: Brandy Punch. HEX triplet: C4, 7D and 3E. RGB value is (196,125,62). Sum of RGB (Red+Green+Blue) = 196+125+62=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 62 (24.61% from 255 or 16.19% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47D3E is #3B82C1. Grayscale: #8B8B8B. Windows color (decimal): -3900098 or 4095428. OLE color: 4095428.

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

Color convert

RGB 196 125 62 -
CMYK 0 0.36 0.68 0.23
HSL 28.21º 0.53% 0.51% -
HSV(B) 28.21º 0.68% 0.77% -
XYZ 30.97 26.75 8.09 -
YUV 139.05 84.52 168.62 -
System Red Green Blue C M Y K H S L
Decimal 196 125 62 0 0.36 0.68 0.23 28.21 0.53 0.51
Hex C4 7D 3E 0 24 44 17 1C 35 33
Octal 304 175 76 0 44 104 27 34 65 63
Binary 11000100 1111101 111110 0 100100 1000100 10111 11100 110101 110011

Color Harmonies of #C47D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47D3E

Black with #C47D3E

Text Example


Text Example

White with #C47D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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