Html Css Color HEX #C58147 Brandy Punch

📋 copy color: '#C58147'

red 197 ◦ green 129 ◦ blue 71

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

Shades of Brandy Punch #C58147

Tints of Brandy Punch #C58147

RGB

 RED value IS 197 (77.34% from 255) = 49.62%

 GREEN value IS 129 (50.78% from 255) = 32.49%

 BLUE value IS 71 (28.13% from 255) = 17.88%

R = 49.62%
G = 32.49%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C58147 (or 0xC58147) is known color: Brandy Punch. HEX triplet: C5, 81 and 47. RGB value is (197,129,71). Sum of RGB (Red+Green+Blue) = 197+129+71=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 71 (28.12% from 255 or 17.88% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C58147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58147 is #3A7EB8. Grayscale: #8F8F8F. Windows color (decimal): -3833529 or 4686277. OLE color: 4686277.

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

Color convert

RGB 197 129 71 -
CMYK 0 0.35 0.64 0.23
HSL 27.62º 0.52% 0.53% -
HSV(B) 27.62º 0.64% 0.77% -
XYZ 32.01 28.03 9.68 -
YUV 142.72 87.53 166.72 -
System Red Green Blue C M Y K H S L
Decimal 197 129 71 0 0.35 0.64 0.23 27.62 0.52 0.53
Hex C5 81 47 0 23 40 17 1C 34 35
Octal 305 201 107 0 43 100 27 34 64 65
Binary 11000101 10000001 1000111 0 100011 1000000 10111 11100 110100 110101

Color Harmonies of #C58147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58147

Black with #C58147

Text Example


Text Example

White with #C58147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58147; }

 p { color: rgb(197,129,71); }

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

background-color css

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

 a { background-color: rgb(197,129,71); }

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

border-color css

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

 span { border-color: rgb(197,129,71); }

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