Html Css Color HEX #C17E4C Brandy Punch

📋 copy color: '#C17E4C'

red 193 ◦ green 126 ◦ blue 76

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

Shades of Brandy Punch #C17E4C

Tints of Brandy Punch #C17E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.24%

R = 48.86%
G = 31.9%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C17E4C (or 0xC17E4C) is known color: Brandy Punch. HEX triplet: C1, 7E and 4C. RGB value is (193,126,76). Sum of RGB (Red+Green+Blue) = 193+126+76=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17E4C is #3E81B3. Grayscale: #8C8C8C. Windows color (decimal): -4096436 or 5013185. OLE color: 5013185.

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

Color convert

RGB 193 126 76 -
CMYK 0 0.35 0.61 0.24
HSL 25.64º 0.49% 0.53% -
HSV(B) 25.64º 0.61% 0.76% -
XYZ 30.76 26.78 10.39 -
YUV 140.33 91.7 165.57 -
System Red Green Blue C M Y K H S L
Decimal 193 126 76 0 0.35 0.61 0.24 25.64 0.49 0.53
Hex C1 7E 4C 0 23 3D 18 1A 31 35
Octal 301 176 114 0 43 75 30 32 61 65
Binary 11000001 1111110 1001100 0 100011 111101 11000 11010 110001 110101

Color Harmonies of #C17E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17E4C

Black with #C17E4C

Text Example


Text Example

White with #C17E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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