Html Css Color HEX #C47B4A Brandy Punch

📋 copy color: '#C47B4A'

red 196 ◦ green 123 ◦ blue 74

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

Shades of Brandy Punch #C47B4A

Tints of Brandy Punch #C47B4A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.3%

 BLUE value IS 74 (29.3% from 255) = 18.83%

R = 49.87%
G = 31.3%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C47B4A (or 0xC47B4A) is known color: Brandy Punch. HEX triplet: C4, 7B and 4A. RGB value is (196,123,74). Sum of RGB (Red+Green+Blue) = 196+123+74=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47B4A is #3B84B5. Grayscale: #8B8B8B. Windows color (decimal): -3900598 or 4881348. OLE color: 4881348.

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

Color convert

RGB 196 123 74 -
CMYK 0 0.37 0.62 0.23
HSL 24.1º 0.51% 0.53% -
HSV(B) 24.1º 0.62% 0.77% -
XYZ 31.08 26.4 9.94 -
YUV 139.24 91.18 168.48 -
System Red Green Blue C M Y K H S L
Decimal 196 123 74 0 0.37 0.62 0.23 24.1 0.51 0.53
Hex C4 7B 4A 0 25 3E 17 18 33 35
Octal 304 173 112 0 45 76 27 30 63 65
Binary 11000100 1111011 1001010 0 100101 111110 10111 11000 110011 110101

Color Harmonies of #C47B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47B4A

Black with #C47B4A

Text Example


Text Example

White with #C47B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47B4A; }

 p { color: rgb(196,123,74); }

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

background-color css

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

 a { background-color: rgb(196,123,74); }

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

border-color css

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

 span { border-color: rgb(196,123,74); }

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