Html Css Color HEX #C58140 Brandy Punch

📋 copy color: '#C58140'

red 197 ◦ green 129 ◦ blue 64

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

Shades of Brandy Punch #C58140

Tints of Brandy Punch #C58140

RGB

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

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

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

R = 50.51%
G = 33.08%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C58140 (or 0xC58140) is known color: Brandy Punch. HEX triplet: C5, 81 and 40. RGB value is (197,129,64). Sum of RGB (Red+Green+Blue) = 197+129+64=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C58140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58140 is #3A7EBF. Grayscale: #8E8E8E. Windows color (decimal): -3833536 or 4227525. OLE color: 4227525.

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

Color convert

RGB 197 129 64 -
CMYK 0 0.35 0.68 0.23
HSL 29.32º 0.53% 0.51% -
HSV(B) 29.32º 0.68% 0.77% -
XYZ 31.8 27.94 8.57 -
YUV 141.92 84.03 167.29 -
System Red Green Blue C M Y K H S L
Decimal 197 129 64 0 0.35 0.68 0.23 29.32 0.53 0.51
Hex C5 81 40 0 23 44 17 1D 35 33
Octal 305 201 100 0 43 104 27 35 65 63
Binary 11000101 10000001 1000000 0 100011 1000100 10111 11101 110101 110011

Color Harmonies of #C58140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58140

Black with #C58140

Text Example


Text Example

White with #C58140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58140; }

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

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

background-color css

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

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

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

border-color css

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

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

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