Html Css Color HEX #C58043 Brandy Punch

📋 copy color: '#C58043'

red 197 ◦ green 128 ◦ blue 67

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

Shades of Brandy Punch #C58043

Tints of Brandy Punch #C58043

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.65%

 BLUE value IS 67 (26.56% from 255) = 17.09%

R = 50.26%
G = 32.65%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C58043 (or 0xC58043) is known color: Brandy Punch. HEX triplet: C5, 80 and 43. RGB value is (197,128,67). Sum of RGB (Red+Green+Blue) = 197+128+67=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 67 (26.56% from 255 or 17.09% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C58043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58043 is #3A7FBC. Grayscale: #8D8D8D. Windows color (decimal): -3833789 or 4423877. OLE color: 4423877.

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

Color convert

RGB 197 128 67 -
CMYK 0 0.35 0.66 0.23
HSL 28.15º 0.53% 0.52% -
HSV(B) 28.15º 0.66% 0.77% -
XYZ 31.76 27.71 8.99 -
YUV 141.68 85.86 167.46 -
System Red Green Blue C M Y K H S L
Decimal 197 128 67 0 0.35 0.66 0.23 28.15 0.53 0.52
Hex C5 80 43 0 23 42 17 1C 35 34
Octal 305 200 103 0 43 102 27 34 65 64
Binary 11000101 10000000 1000011 0 100011 1000010 10111 11100 110101 110100

Color Harmonies of #C58043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58043

Black with #C58043

Text Example


Text Example

White with #C58043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58043; }

 p { color: rgb(197,128,67); }

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

background-color css

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

 a { background-color: rgb(197,128,67); }

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

border-color css

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

 span { border-color: rgb(197,128,67); }

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