Html Css Color HEX #C47A42 Brandy Punch

📋 copy color: '#C47A42'

red 196 ◦ green 122 ◦ blue 66

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

Shades of Brandy Punch #C47A42

Tints of Brandy Punch #C47A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.19%

R = 51.04%
G = 31.77%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C47A42 (or 0xC47A42) is known color: Brandy Punch. HEX triplet: C4, 7A and 42. RGB value is (196,122,66). Sum of RGB (Red+Green+Blue) = 196+122+66=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47A42 is #3B85BD. Grayscale: #8A8A8A. Windows color (decimal): -3900862 or 4356804. OLE color: 4356804.

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

Color convert

RGB 196 122 66 -
CMYK 0 0.38 0.66 0.23
HSL 25.85º 0.52% 0.51% -
HSV(B) 25.85º 0.66% 0.77% -
XYZ 30.71 26.05 8.56 -
YUV 137.74 87.52 169.55 -
System Red Green Blue C M Y K H S L
Decimal 196 122 66 0 0.38 0.66 0.23 25.85 0.52 0.51
Hex C4 7A 42 0 26 42 17 1A 34 33
Octal 304 172 102 0 46 102 27 32 64 63
Binary 11000100 1111010 1000010 0 100110 1000010 10111 11010 110100 110011

Color Harmonies of #C47A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47A42

Black with #C47A42

Text Example


Text Example

White with #C47A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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