Html Css Color HEX #C57B3A Brandy Punch

📋 copy color: '#C57B3A'

red 197 ◦ green 123 ◦ blue 58

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

Shades of Brandy Punch #C57B3A

Tints of Brandy Punch #C57B3A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.54%

 BLUE value IS 58 (23.05% from 255) = 15.34%

R = 52.12%
G = 32.54%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C57B3A (or 0xC57B3A) is known color: Brandy Punch. HEX triplet: C5, 7B and 3A. RGB value is (197,123,58). Sum of RGB (Red+Green+Blue) = 197+123+58=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57B3A is #3A84C5. Grayscale: #8A8A8A. Windows color (decimal): -3835078 or 3832773. OLE color: 3832773.

HSL color Cylindrical-coordinate representation of color #C57B3A: hue angle of 28.06º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C57B3A is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 123 58 -
CMYK 0 0.38 0.71 0.23
HSL 28.06º 0.55% 0.5% -
HSV(B) 28.06º 0.71% 0.77% -
XYZ 30.87 26.34 7.46 -
YUV 137.72 83.02 170.29 -
System Red Green Blue C M Y K H S L
Decimal 197 123 58 0 0.38 0.71 0.23 28.06 0.55 0.5
Hex C5 7B 3A 0 26 47 17 1C 37 32
Octal 305 173 72 0 46 107 27 34 67 62
Binary 11000101 1111011 111010 0 100110 1000111 10111 11100 110111 110010

Color Harmonies of #C57B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57B3A

Black with #C57B3A

Text Example


Text Example

White with #C57B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57B3A; }

 p { color: rgb(197,123,58); }

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

background-color css

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

 a { background-color: rgb(197,123,58); }

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

border-color css

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

 span { border-color: rgb(197,123,58); }

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