Html Css Color HEX #C17D53 Brandy Punch

📋 copy color: '#C17D53'

red 193 ◦ green 125 ◦ blue 83

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

Shades of Brandy Punch #C17D53

Tints of Brandy Punch #C17D53

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.17%

 BLUE value IS 83 (32.81% from 255) = 20.7%

R = 48.13%
G = 31.17%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C17D53 (or 0xC17D53) is known color: Brandy Punch. HEX triplet: C1, 7D and 53. RGB value is (193,125,83). Sum of RGB (Red+Green+Blue) = 193+125+83=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 83 (32.81% from 255 or 20.70% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17D53 is #3E82AC. Grayscale: #8C8C8C. Windows color (decimal): -4096685 or 5471681. OLE color: 5471681.

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

Color convert

RGB 193 125 83 -
CMYK 0 0.35 0.57 0.24
HSL 22.91º 0.47% 0.54% -
HSV(B) 22.91º 0.57% 0.76% -
XYZ 30.89 26.63 11.7 -
YUV 140.54 95.53 165.42 -
System Red Green Blue C M Y K H S L
Decimal 193 125 83 0 0.35 0.57 0.24 22.91 0.47 0.54
Hex C1 7D 53 0 23 39 18 17 2F 36
Octal 301 175 123 0 43 71 30 27 57 66
Binary 11000001 1111101 1010011 0 100011 111001 11000 10111 101111 110110

Color Harmonies of #C17D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17D53

Black with #C17D53

Text Example


Text Example

White with #C17D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17D53; }

 p { color: rgb(193,125,83); }

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

background-color css

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

 a { background-color: rgb(193,125,83); }

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

border-color css

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

 span { border-color: rgb(193,125,83); }

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