Html Css Color HEX #C58142 Brandy Punch

📋 copy color: '#C58142'

red 197 ◦ green 129 ◦ blue 66

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

Shades of Brandy Punch #C58142

Tints of Brandy Punch #C58142

RGB

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

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

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

R = 50.26%
G = 32.91%
B = 16.84%

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

#C58142 (or 0xC58142) is known color: Brandy Punch. HEX triplet: C5, 81 and 42. RGB value is (197,129,66). Sum of RGB (Red+Green+Blue) = 197+129+66=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 66 (26.17% from 255 or 16.84% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C58142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58142 is #3A7EBD. Grayscale: #8E8E8E. Windows color (decimal): -3833534 or 4358597. OLE color: 4358597.

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

Color convert

RGB 197 129 66 -
CMYK 0 0.35 0.66 0.23
HSL 28.85º 0.53% 0.52% -
HSV(B) 28.85º 0.66% 0.77% -
XYZ 31.86 27.96 8.87 -
YUV 142.15 85.03 167.12 -
System Red Green Blue C M Y K H S L
Decimal 197 129 66 0 0.35 0.66 0.23 28.85 0.53 0.52
Hex C5 81 42 0 23 42 17 1D 35 34
Octal 305 201 102 0 43 102 27 35 65 64
Binary 11000101 10000001 1000010 0 100011 1000010 10111 11101 110101 110100

Color Harmonies of #C58142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58142

Black with #C58142

Text Example


Text Example

White with #C58142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58142; }

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

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

background-color css

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

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

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

border-color css

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

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

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