Html Css Color HEX #C47F3F Brandy Punch

📋 copy color: '#C47F3F'

red 196 ◦ green 127 ◦ blue 63

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

Shades of Brandy Punch #C47F3F

Tints of Brandy Punch #C47F3F

RGB

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

 GREEN value IS 127 (50% from 255) = 32.9%

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

R = 50.78%
G = 32.9%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C47F3F (or 0xC47F3F) is known color: Brandy Punch. HEX triplet: C4, 7F and 3F. RGB value is (196,127,63). Sum of RGB (Red+Green+Blue) = 196+127+63=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47F3F is #3B80C0. Grayscale: #8C8C8C. Windows color (decimal): -3899585 or 4161476. OLE color: 4161476.

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

Color convert

RGB 196 127 63 -
CMYK 0 0.35 0.68 0.23
HSL 28.87º 0.53% 0.51% -
HSV(B) 28.87º 0.68% 0.77% -
XYZ 31.25 27.27 8.32 -
YUV 140.34 84.36 167.7 -
System Red Green Blue C M Y K H S L
Decimal 196 127 63 0 0.35 0.68 0.23 28.87 0.53 0.51
Hex C4 7F 3F 0 23 44 17 1D 35 33
Octal 304 177 77 0 43 104 27 35 65 63
Binary 11000100 1111111 111111 0 100011 1000100 10111 11101 110101 110011

Color Harmonies of #C47F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F3F

Black with #C47F3F

Text Example


Text Example

White with #C47F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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