Html Css Color HEX #C47D3F Brandy Punch

📋 copy color: '#C47D3F'

red 196 ◦ green 125 ◦ blue 63

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

Shades of Brandy Punch #C47D3F

Tints of Brandy Punch #C47D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.41%

R = 51.04%
G = 32.55%
B = 16.41%

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

#C47D3F (or 0xC47D3F) is known color: Brandy Punch. HEX triplet: C4, 7D and 3F. RGB value is (196,125,63). Sum of RGB (Red+Green+Blue) = 196+125+63=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 63 (25% from 255 or 16.41% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47D3F is #3B82C0. Grayscale: #8B8B8B. Windows color (decimal): -3900097 or 4160964. OLE color: 4160964.

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

Color convert

RGB 196 125 63 -
CMYK 0 0.36 0.68 0.23
HSL 27.97º 0.53% 0.51% -
HSV(B) 27.97º 0.68% 0.77% -
XYZ 31 26.76 8.23 -
YUV 139.16 85.02 168.54 -
System Red Green Blue C M Y K H S L
Decimal 196 125 63 0 0.36 0.68 0.23 27.97 0.53 0.51
Hex C4 7D 3F 0 24 44 17 1C 35 33
Octal 304 175 77 0 44 104 27 34 65 63
Binary 11000100 1111101 111111 0 100100 1000100 10111 11100 110101 110011

Color Harmonies of #C47D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47D3F

Black with #C47D3F

Text Example


Text Example

White with #C47D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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