Html Css Color HEX #C17F55 Brandy Punch

📋 copy color: '#C17F55'

red 193 ◦ green 127 ◦ blue 85

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

Shades of Brandy Punch #C17F55

Tints of Brandy Punch #C17F55

RGB

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

 GREEN value IS 127 (50% from 255) = 31.36%

 BLUE value IS 85 (33.59% from 255) = 20.99%

R = 47.65%
G = 31.36%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C17F55 (or 0xC17F55) is known color: Brandy Punch. HEX triplet: C1, 7F and 55. RGB value is (193,127,85). Sum of RGB (Red+Green+Blue) = 193+127+85=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 85 (33.59% from 255 or 20.99% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17F55 is #3E80AA. Grayscale: #8E8E8E. Windows color (decimal): -4096171 or 5603265. OLE color: 5603265.

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

Color convert

RGB 193 127 85 -
CMYK 0 0.34 0.56 0.24
HSL 23.33º 0.47% 0.55% -
HSV(B) 23.33º 0.56% 0.76% -
XYZ 31.22 27.17 12.19 -
YUV 141.95 95.87 164.42 -
System Red Green Blue C M Y K H S L
Decimal 193 127 85 0 0.34 0.56 0.24 23.33 0.47 0.55
Hex C1 7F 55 0 22 38 18 17 2F 37
Octal 301 177 125 0 42 70 30 27 57 67
Binary 11000001 1111111 1010101 0 100010 111000 11000 10111 101111 110111

Color Harmonies of #C17F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17F55

Black with #C17F55

Text Example


Text Example

White with #C17F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17F55; }

 p { color: rgb(193,127,85); }

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

background-color css

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

 a { background-color: rgb(193,127,85); }

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

border-color css

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

 span { border-color: rgb(193,127,85); }

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