Html Css Color HEX #C17C50 Brandy Punch

📋 copy color: '#C17C50'

red 193 ◦ green 124 ◦ blue 80

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

Shades of Brandy Punch #C17C50

Tints of Brandy Punch #C17C50

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.23%

 BLUE value IS 80 (31.64% from 255) = 20.15%

R = 48.61%
G = 31.23%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C17C50 (or 0xC17C50) is known color: Brandy Punch. HEX triplet: C1, 7C and 50. RGB value is (193,124,80). Sum of RGB (Red+Green+Blue) = 193+124+80=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17C50 is #3E83AF. Grayscale: #8B8B8B. Windows color (decimal): -4096944 or 5274817. OLE color: 5274817.

HSL color Cylindrical-coordinate representation of color #C17C50: hue angle of 23.36º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C17C50 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 124 80 -
CMYK 0 0.36 0.59 0.24
HSL 23.36º 0.48% 0.54% -
HSV(B) 23.36º 0.59% 0.76% -
XYZ 30.65 26.33 11.06 -
YUV 139.62 94.36 166.08 -
System Red Green Blue C M Y K H S L
Decimal 193 124 80 0 0.36 0.59 0.24 23.36 0.48 0.54
Hex C1 7C 50 0 24 3B 18 17 30 36
Octal 301 174 120 0 44 73 30 27 60 66
Binary 11000001 1111100 1010000 0 100100 111011 11000 10111 110000 110110

Color Harmonies of #C17C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17C50

Black with #C17C50

Text Example


Text Example

White with #C17C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17C50; }

 p { color: rgb(193,124,80); }

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

background-color css

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

 a { background-color: rgb(193,124,80); }

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

border-color css

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

 span { border-color: rgb(193,124,80); }

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