Html Css Color HEX #C58248 Brandy Punch

📋 copy color: '#C58248'

red 197 ◦ green 130 ◦ blue 72

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

Shades of Brandy Punch #C58248

Tints of Brandy Punch #C58248

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.58%

 BLUE value IS 72 (28.52% from 255) = 18.05%

R = 49.37%
G = 32.58%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C58248 (or 0xC58248) is known color: Brandy Punch. HEX triplet: C5, 82 and 48. RGB value is (197,130,72). Sum of RGB (Red+Green+Blue) = 197+130+72=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C58248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58248 is #3A7DB7. Grayscale: #8F8F8F. Windows color (decimal): -3833272 or 4752069. OLE color: 4752069.

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

Color convert

RGB 197 130 72 -
CMYK 0 0.34 0.63 0.23
HSL 27.84º 0.52% 0.53% -
HSV(B) 27.84º 0.63% 0.77% -
XYZ 32.18 28.3 9.9 -
YUV 143.42 87.7 166.22 -
System Red Green Blue C M Y K H S L
Decimal 197 130 72 0 0.34 0.63 0.23 27.84 0.52 0.53
Hex C5 82 48 0 22 3F 17 1C 34 35
Octal 305 202 110 0 42 77 27 34 64 65
Binary 11000101 10000010 1001000 0 100010 111111 10111 11100 110100 110101

Color Harmonies of #C58248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58248

Black with #C58248

Text Example


Text Example

White with #C58248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58248; }

 p { color: rgb(197,130,72); }

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

background-color css

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

 a { background-color: rgb(197,130,72); }

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

border-color css

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

 span { border-color: rgb(197,130,72); }

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