Html Css Color HEX #C47745 Brandy Punch

📋 copy color: '#C47745'

red 196 ◦ green 119 ◦ blue 69

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

Shades of Brandy Punch #C47745

Tints of Brandy Punch #C47745

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.99%

 BLUE value IS 69 (27.34% from 255) = 17.97%

R = 51.04%
G = 30.99%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C47745 (or 0xC47745) is known color: Brandy Punch. HEX triplet: C4, 77 and 45. RGB value is (196,119,69). Sum of RGB (Red+Green+Blue) = 196+119+69=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 69 (27.34% from 255 or 17.97% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C47745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47745 is #3B88BA. Grayscale: #888888. Windows color (decimal): -3901627 or 4552644. OLE color: 4552644.

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

Color convert

RGB 196 119 69 -
CMYK 0 0.39 0.65 0.23
HSL 23.62º 0.52% 0.52% -
HSV(B) 23.62º 0.65% 0.77% -
XYZ 30.44 25.36 8.92 -
YUV 136.32 90.01 170.57 -
System Red Green Blue C M Y K H S L
Decimal 196 119 69 0 0.39 0.65 0.23 23.62 0.52 0.52
Hex C4 77 45 0 27 41 17 18 34 34
Octal 304 167 105 0 47 101 27 30 64 64
Binary 11000100 1110111 1000101 0 100111 1000001 10111 11000 110100 110100

Color Harmonies of #C47745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47745

Black with #C47745

Text Example


Text Example

White with #C47745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47745; }

 p { color: rgb(196,119,69); }

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

background-color css

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

 a { background-color: rgb(196,119,69); }

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

border-color css

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

 span { border-color: rgb(196,119,69); }

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