Html Css Color HEX #C17E40 Brandy Punch

📋 copy color: '#C17E40'

red 193 ◦ green 126 ◦ blue 64

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

Shades of Brandy Punch #C17E40

Tints of Brandy Punch #C17E40

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.9%

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

R = 50.39%
G = 32.9%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C17E40 (or 0xC17E40) is known color: Brandy Punch. HEX triplet: C1, 7E and 40. RGB value is (193,126,64). Sum of RGB (Red+Green+Blue) = 193+126+64=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17E40 is #3E81BF. Grayscale: #8B8B8B. Windows color (decimal): -4096448 or 4226753. OLE color: 4226753.

HSL color Cylindrical-coordinate representation of color #C17E40: hue angle of 28.84º 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 #C17E40 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 126 64 -
CMYK 0 0.35 0.67 0.24
HSL 28.84º 0.51% 0.5% -
HSV(B) 28.84º 0.67% 0.76% -
XYZ 30.38 26.63 8.39 -
YUV 138.97 85.7 166.54 -
System Red Green Blue C M Y K H S L
Decimal 193 126 64 0 0.35 0.67 0.24 28.84 0.51 0.5
Hex C1 7E 40 0 23 43 18 1D 33 32
Octal 301 176 100 0 43 103 30 35 63 62
Binary 11000001 1111110 1000000 0 100011 1000011 11000 11101 110011 110010

Color Harmonies of #C17E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17E40

Black with #C17E40

Text Example


Text Example

White with #C17E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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