Html Css Color HEX #C1773A Brandy Punch

📋 copy color: '#C1773A'

red 193 ◦ green 119 ◦ blue 58

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

Shades of Brandy Punch #C1773A

Tints of Brandy Punch #C1773A

RGB

 RED value IS 193 (75.78% from 255) = 52.16%

 GREEN value IS 119 (46.88% from 255) = 32.16%

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

R = 52.16%
G = 32.16%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C1773A (or 0xC1773A) is known color: Brandy Punch. HEX triplet: C1, 77 and 3A. RGB value is (193,119,58). Sum of RGB (Red+Green+Blue) = 193+119+58=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C1773A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1773A is #3E88C5. Grayscale: #868686. Windows color (decimal): -4098246 or 3831745. OLE color: 3831745.

HSL color Cylindrical-coordinate representation of color #C1773A: hue angle of 27.11º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1773A is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 119 58 -
CMYK 0 0.38 0.70 0.24
HSL 27.11º 0.54% 0.49% -
HSV(B) 27.11º 0.7% 0.76% -
XYZ 29.35 24.84 7.25 -
YUV 134.17 85.02 169.96 -
System Red Green Blue C M Y K H S L
Decimal 193 119 58 0 0.38 0.70 0.24 27.11 0.54 0.49
Hex C1 77 3A 0 26 46 18 1B 36 31
Octal 301 167 72 0 46 106 30 33 66 61
Binary 11000001 1110111 111010 0 100110 1000110 11000 11011 110110 110001

Color Harmonies of #C1773A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1773A

Black with #C1773A

Text Example


Text Example

White with #C1773A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1773A; }

 p { color: rgb(193,119,58); }

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

background-color css

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

 a { background-color: rgb(193,119,58); }

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

border-color css

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

 span { border-color: rgb(193,119,58); }

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