Html Css Color HEX #C57946 Brandy Punch

📋 copy color: '#C57946'

red 197 ◦ green 121 ◦ blue 70

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

Shades of Brandy Punch #C57946

Tints of Brandy Punch #C57946

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.19%

 BLUE value IS 70 (27.73% from 255) = 18.04%

R = 50.77%
G = 31.19%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C57946 (or 0xC57946) is known color: Brandy Punch. HEX triplet: C5, 79 and 46. RGB value is (197,121,70). Sum of RGB (Red+Green+Blue) = 197+121+70=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 70 (27.73% from 255 or 18.04% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C57946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57946 is #3A86B9. Grayscale: #8A8A8A. Windows color (decimal): -3835578 or 4618693. OLE color: 4618693.

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

Color convert

RGB 197 121 70 -
CMYK 0 0.39 0.64 0.23
HSL 24.09º 0.52% 0.52% -
HSV(B) 24.09º 0.64% 0.77% -
XYZ 30.97 25.99 9.18 -
YUV 137.91 89.68 170.15 -
System Red Green Blue C M Y K H S L
Decimal 197 121 70 0 0.39 0.64 0.23 24.09 0.52 0.52
Hex C5 79 46 0 27 40 17 18 34 34
Octal 305 171 106 0 47 100 27 30 64 64
Binary 11000101 1111001 1000110 0 100111 1000000 10111 11000 110100 110100

Color Harmonies of #C57946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57946

Black with #C57946

Text Example


Text Example

White with #C57946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57946; }

 p { color: rgb(197,121,70); }

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

background-color css

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

 a { background-color: rgb(197,121,70); }

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

border-color css

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

 span { border-color: rgb(197,121,70); }

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