Html Css Color HEX #C47647 Brandy Punch

📋 copy color: '#C47647'

red 196 ◦ green 118 ◦ blue 71

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

Shades of Brandy Punch #C47647

Tints of Brandy Punch #C47647

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.65%

 BLUE value IS 71 (28.13% from 255) = 18.44%

R = 50.91%
G = 30.65%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C47647 (or 0xC47647) is known color: Brandy Punch. HEX triplet: C4, 76 and 47. RGB value is (196,118,71). Sum of RGB (Red+Green+Blue) = 196+118+71=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 71 (28.12% from 255 or 18.44% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C47647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47647 is #3B89B8. Grayscale: #888888. Windows color (decimal): -3901881 or 4683460. OLE color: 4683460.

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

Color convert

RGB 196 118 71 -
CMYK 0 0.40 0.64 0.23
HSL 22.56º 0.51% 0.52% -
HSV(B) 22.56º 0.64% 0.77% -
XYZ 30.38 25.15 9.21 -
YUV 135.96 91.34 170.82 -
System Red Green Blue C M Y K H S L
Decimal 196 118 71 0 0.40 0.64 0.23 22.56 0.51 0.52
Hex C4 76 47 0 28 40 17 17 33 34
Octal 304 166 107 0 50 100 27 27 63 64
Binary 11000100 1110110 1000111 0 101000 1000000 10111 10111 110011 110100

Color Harmonies of #C47647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47647

Black with #C47647

Text Example


Text Example

White with #C47647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47647; }

 p { color: rgb(196,118,71); }

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

background-color css

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

 a { background-color: rgb(196,118,71); }

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

border-color css

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

 span { border-color: rgb(196,118,71); }

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