Html Css Color HEX #C17C4A Brandy Punch

📋 copy color: '#C17C4A'

red 193 ◦ green 124 ◦ blue 74

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

Shades of Brandy Punch #C17C4A

Tints of Brandy Punch #C17C4A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.71%

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

R = 49.36%
G = 31.71%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C17C4A (or 0xC17C4A) is known color: Brandy Punch. HEX triplet: C1, 7C and 4A. RGB value is (193,124,74). Sum of RGB (Red+Green+Blue) = 193+124+74=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17C4A is #3E83B5. Grayscale: #8B8B8B. Windows color (decimal): -4096950 or 4881601. OLE color: 4881601.

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

Color convert

RGB 193 124 74 -
CMYK 0 0.36 0.62 0.24
HSL 25.21º 0.49% 0.52% -
HSV(B) 25.21º 0.62% 0.76% -
XYZ 30.44 26.25 9.94 -
YUV 138.93 91.36 166.57 -
System Red Green Blue C M Y K H S L
Decimal 193 124 74 0 0.36 0.62 0.24 25.21 0.49 0.52
Hex C1 7C 4A 0 24 3E 18 19 31 34
Octal 301 174 112 0 44 76 30 31 61 64
Binary 11000001 1111100 1001010 0 100100 111110 11000 11001 110001 110100

Color Harmonies of #C17C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17C4A

Black with #C17C4A

Text Example


Text Example

White with #C17C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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