Html Css Color HEX #C17C52 Brandy Punch

📋 copy color: '#C17C52'

red 193 ◦ green 124 ◦ blue 82

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

Shades of Brandy Punch #C17C52

Tints of Brandy Punch #C17C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.55%

R = 48.37%
G = 31.08%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C17C52 (or 0xC17C52) is known color: Brandy Punch. HEX triplet: C1, 7C and 52. RGB value is (193,124,82). Sum of RGB (Red+Green+Blue) = 193+124+82=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17C52 is #3E83AD. Grayscale: #8C8C8C. Windows color (decimal): -4096942 or 5405889. OLE color: 5405889.

HSL color Cylindrical-coordinate representation of color #C17C52: hue angle of 22.7º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C17C52 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 124 82 -
CMYK 0 0.36 0.58 0.24
HSL 22.7º 0.47% 0.54% -
HSV(B) 22.7º 0.58% 0.76% -
XYZ 30.72 26.36 11.45 -
YUV 139.84 95.36 165.92 -
System Red Green Blue C M Y K H S L
Decimal 193 124 82 0 0.36 0.58 0.24 22.7 0.47 0.54
Hex C1 7C 52 0 24 3A 18 17 2F 36
Octal 301 174 122 0 44 72 30 27 57 66
Binary 11000001 1111100 1010010 0 100100 111010 11000 10111 101111 110110

Color Harmonies of #C17C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17C52

Black with #C17C52

Text Example


Text Example

White with #C17C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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