Html Css Color HEX #C17A4E Brandy Punch

📋 copy color: '#C17A4E'

red 193 ◦ green 122 ◦ blue 78

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

Shades of Brandy Punch #C17A4E

Tints of Brandy Punch #C17A4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.85%

R = 49.11%
G = 31.04%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C17A4E (or 0xC17A4E) is known color: Brandy Punch. HEX triplet: C1, 7A and 4E. RGB value is (193,122,78). Sum of RGB (Red+Green+Blue) = 193+122+78=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17A4E is #3E85B1. Grayscale: #8A8A8A. Windows color (decimal): -4097458 or 5143233. OLE color: 5143233.

HSL color Cylindrical-coordinate representation of color #C17A4E: hue angle of 22.96º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C17A4E is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 122 78 -
CMYK 0 0.37 0.60 0.24
HSL 22.96º 0.48% 0.53% -
HSV(B) 22.96º 0.6% 0.76% -
XYZ 30.33 25.81 10.59 -
YUV 138.21 94.02 167.08 -
System Red Green Blue C M Y K H S L
Decimal 193 122 78 0 0.37 0.60 0.24 22.96 0.48 0.53
Hex C1 7A 4E 0 25 3C 18 17 30 35
Octal 301 172 116 0 45 74 30 27 60 65
Binary 11000001 1111010 1001110 0 100101 111100 11000 10111 110000 110101

Color Harmonies of #C17A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17A4E

Black with #C17A4E

Text Example


Text Example

White with #C17A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17A4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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