Html Css Color HEX #C47E46 Brandy Punch

📋 copy color: '#C47E46'

red 196 ◦ green 126 ◦ blue 70

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

Shades of Brandy Punch #C47E46

Tints of Brandy Punch #C47E46

RGB

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

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

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

R = 50%
G = 32.14%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C47E46 (or 0xC47E46) is known color: Brandy Punch. HEX triplet: C4, 7E and 46. RGB value is (196,126,70). Sum of RGB (Red+Green+Blue) = 196+126+70=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 70 (27.73% from 255 or 17.86% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47E46 is #3B81B9. Grayscale: #8C8C8C. Windows color (decimal): -3899834 or 4619972. OLE color: 4619972.

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

Color convert

RGB 196 126 70 -
CMYK 0 0.36 0.64 0.23
HSL 26.67º 0.52% 0.52% -
HSV(B) 26.67º 0.64% 0.77% -
XYZ 31.33 27.1 9.37 -
YUV 140.55 88.19 167.55 -
System Red Green Blue C M Y K H S L
Decimal 196 126 70 0 0.36 0.64 0.23 26.67 0.52 0.52
Hex C4 7E 46 0 24 40 17 1B 34 34
Octal 304 176 106 0 44 100 27 33 64 64
Binary 11000100 1111110 1000110 0 100100 1000000 10111 11011 110100 110100

Color Harmonies of #C47E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47E46

Black with #C47E46

Text Example


Text Example

White with #C47E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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