Html Css Color HEX #C47F46 Brandy Punch

📋 copy color: '#C47F46'

red 196 ◦ green 127 ◦ blue 70

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

Shades of Brandy Punch #C47F46

Tints of Brandy Punch #C47F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.81%

R = 49.87%
G = 32.32%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C47F46 (or 0xC47F46) is known color: Brandy Punch. HEX triplet: C4, 7F and 46. RGB value is (196,127,70). Sum of RGB (Red+Green+Blue) = 196+127+70=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 70 (27.73% from 255 or 17.81% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47F46 is #3B80B9. Grayscale: #8D8D8D. Windows color (decimal): -3899578 or 4620228. OLE color: 4620228.

HSL color Cylindrical-coordinate representation of color #C47F46: hue angle of 27.14º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C47F46 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 127 70 -
CMYK 0 0.35 0.64 0.23
HSL 27.14º 0.52% 0.52% -
HSV(B) 27.14º 0.64% 0.77% -
XYZ 31.46 27.36 9.42 -
YUV 141.13 87.86 167.13 -
System Red Green Blue C M Y K H S L
Decimal 196 127 70 0 0.35 0.64 0.23 27.14 0.52 0.52
Hex C4 7F 46 0 23 40 17 1B 34 34
Octal 304 177 106 0 43 100 27 33 64 64
Binary 11000100 1111111 1000110 0 100011 1000000 10111 11011 110100 110100

Color Harmonies of #C47F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F46

Black with #C47F46

Text Example


Text Example

White with #C47F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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