Html Css Color HEX #C17740 Brandy Punch

📋 copy color: '#C17740'

red 193 ◦ green 119 ◦ blue 64

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

Shades of Brandy Punch #C17740

Tints of Brandy Punch #C17740

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.65%

 BLUE value IS 64 (25.39% from 255) = 17.02%

R = 51.33%
G = 31.65%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C17740 (or 0xC17740) is known color: Brandy Punch. HEX triplet: C1, 77 and 40. RGB value is (193,119,64). Sum of RGB (Red+Green+Blue) = 193+119+64=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C17740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17740 is #3E88BF. Grayscale: #878787. Windows color (decimal): -4098240 or 4224961. OLE color: 4224961.

HSL color Cylindrical-coordinate representation of color #C17740: hue angle of 25.58º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C17740 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 119 64 -
CMYK 0 0.38 0.67 0.24
HSL 25.58º 0.51% 0.5% -
HSV(B) 25.58º 0.67% 0.76% -
XYZ 29.51 24.9 8.1 -
YUV 134.86 88.02 169.47 -
System Red Green Blue C M Y K H S L
Decimal 193 119 64 0 0.38 0.67 0.24 25.58 0.51 0.5
Hex C1 77 40 0 26 43 18 1A 33 32
Octal 301 167 100 0 46 103 30 32 63 62
Binary 11000001 1110111 1000000 0 100110 1000011 11000 11010 110011 110010

Color Harmonies of #C17740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17740

Black with #C17740

Text Example


Text Example

White with #C17740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17740; }

 p { color: rgb(193,119,64); }

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

background-color css

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

 a { background-color: rgb(193,119,64); }

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

border-color css

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

 span { border-color: rgb(193,119,64); }

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