Html Css Color HEX #C17E3F Brandy Punch

📋 copy color: '#C17E3F'

red 193 ◦ green 126 ◦ blue 63

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

Shades of Brandy Punch #C17E3F

Tints of Brandy Punch #C17E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.49%

R = 50.52%
G = 32.98%
B = 16.49%

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

#C17E3F (or 0xC17E3F) is known color: Brandy Punch. HEX triplet: C1, 7E and 3F. RGB value is (193,126,63). Sum of RGB (Red+Green+Blue) = 193+126+63=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 63 (25% from 255 or 16.49% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17E3F is #3E81C0. Grayscale: #8B8B8B. Windows color (decimal): -4096449 or 4161217. OLE color: 4161217.

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

Color convert

RGB 193 126 63 -
CMYK 0 0.35 0.67 0.24
HSL 29.08º 0.51% 0.5% -
HSV(B) 29.08º 0.67% 0.76% -
XYZ 30.35 26.62 8.24 -
YUV 138.85 85.2 166.62 -
System Red Green Blue C M Y K H S L
Decimal 193 126 63 0 0.35 0.67 0.24 29.08 0.51 0.5
Hex C1 7E 3F 0 23 43 18 1D 33 32
Octal 301 176 77 0 43 103 30 35 63 62
Binary 11000001 1111110 111111 0 100011 1000011 11000 11101 110011 110010

Color Harmonies of #C17E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17E3F

Black with #C17E3F

Text Example


Text Example

White with #C17E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17E3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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