Html Css Color HEX #C17A49 Brandy Punch

📋 copy color: '#C17A49'

red 193 ◦ green 122 ◦ blue 73

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

Shades of Brandy Punch #C17A49

Tints of Brandy Punch #C17A49

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.44%

 BLUE value IS 73 (28.91% from 255) = 18.81%

R = 49.74%
G = 31.44%
B = 18.81%

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

#C17A49 (or 0xC17A49) is known color: Brandy Punch. HEX triplet: C1, 7A and 49. RGB value is (193,122,73). Sum of RGB (Red+Green+Blue) = 193+122+73=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17A49 is #3E85B6. Grayscale: #898989. Windows color (decimal): -4097463 or 4815553. OLE color: 4815553.

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

Color convert

RGB 193 122 73 -
CMYK 0 0.37 0.62 0.24
HSL 24.5º 0.49% 0.52% -
HSV(B) 24.5º 0.62% 0.76% -
XYZ 30.15 25.74 9.68 -
YUV 137.64 91.52 167.48 -
System Red Green Blue C M Y K H S L
Decimal 193 122 73 0 0.37 0.62 0.24 24.5 0.49 0.52
Hex C1 7A 49 0 25 3E 18 18 31 34
Octal 301 172 111 0 45 76 30 30 61 64
Binary 11000001 1111010 1001001 0 100101 111110 11000 11000 110001 110100

Color Harmonies of #C17A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17A49

Black with #C17A49

Text Example


Text Example

White with #C17A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17A49; }

 p { color: rgb(193,122,73); }

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

background-color css

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

 a { background-color: rgb(193,122,73); }

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

border-color css

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

 span { border-color: rgb(193,122,73); }

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