Html Css Color HEX #C1784A Brandy Punch

📋 copy color: '#C1784A'

red 193 ◦ green 120 ◦ blue 74

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

Shades of Brandy Punch #C1784A

Tints of Brandy Punch #C1784A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.01%

 BLUE value IS 74 (29.3% from 255) = 19.12%

R = 49.87%
G = 31.01%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C1784A (or 0xC1784A) is known color: Brandy Punch. HEX triplet: C1, 78 and 4A. RGB value is (193,120,74). Sum of RGB (Red+Green+Blue) = 193+120+74=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C1784A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1784A is #3E87B5. Grayscale: #888888. Windows color (decimal): -4097974 or 4880577. OLE color: 4880577.

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

Color convert

RGB 193 120 74 -
CMYK 0 0.38 0.62 0.24
HSL 23.19º 0.49% 0.52% -
HSV(B) 23.19º 0.62% 0.76% -
XYZ 29.94 25.26 9.78 -
YUV 136.58 92.68 168.24 -
System Red Green Blue C M Y K H S L
Decimal 193 120 74 0 0.38 0.62 0.24 23.19 0.49 0.52
Hex C1 78 4A 0 26 3E 18 17 31 34
Octal 301 170 112 0 46 76 30 27 61 64
Binary 11000001 1111000 1001010 0 100110 111110 11000 10111 110001 110100

Color Harmonies of #C1784A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1784A

Black with #C1784A

Text Example


Text Example

White with #C1784A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1784A; }

 p { color: rgb(193,120,74); }

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

background-color css

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

 a { background-color: rgb(193,120,74); }

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

border-color css

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

 span { border-color: rgb(193,120,74); }

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