Html Css Color HEX #C17D4C Brandy Punch

📋 copy color: '#C17D4C'

red 193 ◦ green 125 ◦ blue 76

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

Shades of Brandy Punch #C17D4C

Tints of Brandy Punch #C17D4C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.73%

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

R = 48.98%
G = 31.73%
B = 19.29%

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

#C17D4C (or 0xC17D4C) is known color: Brandy Punch. HEX triplet: C1, 7D and 4C. RGB value is (193,125,76). Sum of RGB (Red+Green+Blue) = 193+125+76=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17D4C is #3E82B3. Grayscale: #8C8C8C. Windows color (decimal): -4096692 or 5012929. OLE color: 5012929.

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

Color convert

RGB 193 125 76 -
CMYK 0 0.35 0.61 0.24
HSL 25.13º 0.49% 0.53% -
HSV(B) 25.13º 0.61% 0.76% -
XYZ 30.63 26.53 10.34 -
YUV 139.75 92.03 165.98 -
System Red Green Blue C M Y K H S L
Decimal 193 125 76 0 0.35 0.61 0.24 25.13 0.49 0.53
Hex C1 7D 4C 0 23 3D 18 19 31 35
Octal 301 175 114 0 43 75 30 31 61 65
Binary 11000001 1111101 1001100 0 100011 111101 11000 11001 110001 110101

Color Harmonies of #C17D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17D4C

Black with #C17D4C

Text Example


Text Example

White with #C17D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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