Html Css Color HEX #C47A44 Brandy Punch

📋 copy color: '#C47A44'

red 196 ◦ green 122 ◦ blue 68

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

Shades of Brandy Punch #C47A44

Tints of Brandy Punch #C47A44

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.61%

 BLUE value IS 68 (26.95% from 255) = 17.62%

R = 50.78%
G = 31.61%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C47A44 (or 0xC47A44) is known color: Brandy Punch. HEX triplet: C4, 7A and 44. RGB value is (196,122,68). Sum of RGB (Red+Green+Blue) = 196+122+68=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47A44 is #3B85BB. Grayscale: #8A8A8A. Windows color (decimal): -3900860 or 4487876. OLE color: 4487876.

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

Color convert

RGB 196 122 68 -
CMYK 0 0.38 0.65 0.23
HSL 25.31º 0.52% 0.52% -
HSV(B) 25.31º 0.65% 0.77% -
XYZ 30.77 26.07 8.88 -
YUV 137.97 88.52 169.39 -
System Red Green Blue C M Y K H S L
Decimal 196 122 68 0 0.38 0.65 0.23 25.31 0.52 0.52
Hex C4 7A 44 0 26 41 17 19 34 34
Octal 304 172 104 0 46 101 27 31 64 64
Binary 11000100 1111010 1000100 0 100110 1000001 10111 11001 110100 110100

Color Harmonies of #C47A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47A44

Black with #C47A44

Text Example


Text Example

White with #C47A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47A44; }

 p { color: rgb(196,122,68); }

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

background-color css

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

 a { background-color: rgb(196,122,68); }

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

border-color css

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

 span { border-color: rgb(196,122,68); }

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