Html Css Color HEX #C47B40 Brandy Punch

📋 copy color: '#C47B40'

red 196 ◦ green 123 ◦ blue 64

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

Shades of Brandy Punch #C47B40

Tints of Brandy Punch #C47B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.71%

R = 51.17%
G = 32.11%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C47B40 (or 0xC47B40) is known color: Brandy Punch. HEX triplet: C4, 7B and 40. RGB value is (196,123,64). Sum of RGB (Red+Green+Blue) = 196+123+64=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47B40 is #3B84BF. Grayscale: #8A8A8A. Windows color (decimal): -3900608 or 4225988. OLE color: 4225988.

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

Color convert

RGB 196 123 64 -
CMYK 0 0.37 0.67 0.23
HSL 26.82º 0.53% 0.51% -
HSV(B) 26.82º 0.67% 0.77% -
XYZ 30.77 26.27 8.3 -
YUV 138.1 86.18 169.3 -
System Red Green Blue C M Y K H S L
Decimal 196 123 64 0 0.37 0.67 0.23 26.82 0.53 0.51
Hex C4 7B 40 0 25 43 17 1B 35 33
Octal 304 173 100 0 45 103 27 33 65 63
Binary 11000100 1111011 1000000 0 100101 1000011 10111 11011 110101 110011

Color Harmonies of #C47B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47B40

Black with #C47B40

Text Example


Text Example

White with #C47B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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