Html Css Color HEX #C1794A Brandy Punch

📋 copy color: '#C1794A'

red 193 ◦ green 121 ◦ blue 74

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

Shades of Brandy Punch #C1794A

Tints of Brandy Punch #C1794A

RGB

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

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

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

R = 49.74%
G = 31.19%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C1794A (or 0xC1794A) is known color: Brandy Punch. HEX triplet: C1, 79 and 4A. RGB value is (193,121,74). Sum of RGB (Red+Green+Blue) = 193+121+74=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C1794A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1794A is #3E86B5. Grayscale: #898989. Windows color (decimal): -4097718 or 4880833. OLE color: 4880833.

HSL color Cylindrical-coordinate representation of color #C1794A: hue angle of 23.7º 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 #C1794A is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 121 74 -
CMYK 0 0.37 0.62 0.24
HSL 23.7º 0.49% 0.52% -
HSV(B) 23.7º 0.62% 0.76% -
XYZ 30.07 25.51 9.82 -
YUV 137.17 92.35 167.82 -
System Red Green Blue C M Y K H S L
Decimal 193 121 74 0 0.37 0.62 0.24 23.7 0.49 0.52
Hex C1 79 4A 0 25 3E 18 18 31 34
Octal 301 171 112 0 45 76 30 30 61 64
Binary 11000001 1111001 1001010 0 100101 111110 11000 11000 110001 110100

Color Harmonies of #C1794A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1794A

Black with #C1794A

Text Example


Text Example

White with #C1794A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1794A; }

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

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

background-color css

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

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

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

border-color css

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

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

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