Html Css Color HEX #C17E4A Brandy Punch

📋 copy color: '#C17E4A'

red 193 ◦ green 126 ◦ blue 74

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

Shades of Brandy Punch #C17E4A

Tints of Brandy Punch #C17E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.83%

R = 49.11%
G = 32.06%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C17E4A (or 0xC17E4A) is known color: Brandy Punch. HEX triplet: C1, 7E and 4A. RGB value is (193,126,74). Sum of RGB (Red+Green+Blue) = 193+126+74=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17E4A is #3E81B5. Grayscale: #8C8C8C. Windows color (decimal): -4096438 or 4882113. OLE color: 4882113.

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

Color convert

RGB 193 126 74 -
CMYK 0 0.35 0.62 0.24
HSL 26.22º 0.49% 0.52% -
HSV(B) 26.22º 0.62% 0.76% -
XYZ 30.69 26.75 10.03 -
YUV 140.11 90.7 165.73 -
System Red Green Blue C M Y K H S L
Decimal 193 126 74 0 0.35 0.62 0.24 26.22 0.49 0.52
Hex C1 7E 4A 0 23 3E 18 1A 31 34
Octal 301 176 112 0 43 76 30 32 61 64
Binary 11000001 1111110 1001010 0 100011 111110 11000 11010 110001 110100

Color Harmonies of #C17E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17E4A

Black with #C17E4A

Text Example


Text Example

White with #C17E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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