Html Css Color HEX #C58242 Brandy Punch

📋 copy color: '#C58242'

red 197 ◦ green 130 ◦ blue 66

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

Shades of Brandy Punch #C58242

Tints of Brandy Punch #C58242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.79%

R = 50.13%
G = 33.08%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C58242 (or 0xC58242) is known color: Brandy Punch. HEX triplet: C5, 82 and 42. RGB value is (197,130,66). Sum of RGB (Red+Green+Blue) = 197+130+66=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 66 (26.17% from 255 or 16.79% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C58242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58242 is #3A7DBD. Grayscale: #8F8F8F. Windows color (decimal): -3833278 or 4358853. OLE color: 4358853.

HSL color Cylindrical-coordinate representation of color #C58242: hue angle of 29.31º 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 #C58242 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 130 66 -
CMYK 0 0.34 0.66 0.23
HSL 29.31º 0.53% 0.52% -
HSV(B) 29.31º 0.66% 0.77% -
XYZ 31.99 28.23 8.92 -
YUV 142.74 84.7 166.7 -
System Red Green Blue C M Y K H S L
Decimal 197 130 66 0 0.34 0.66 0.23 29.31 0.53 0.52
Hex C5 82 42 0 22 42 17 1D 35 34
Octal 305 202 102 0 42 102 27 35 65 64
Binary 11000101 10000010 1000010 0 100010 1000010 10111 11101 110101 110100

Color Harmonies of #C58242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58242

Black with #C58242

Text Example


Text Example

White with #C58242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58242; }

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

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

background-color css

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

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

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

border-color css

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

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

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