Html Css Color HEX #C17548 Brandy Punch

📋 copy color: '#C17548'

red 193 ◦ green 117 ◦ blue 72

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

Shades of Brandy Punch #C17548

Tints of Brandy Punch #C17548

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.63%

 BLUE value IS 72 (28.52% from 255) = 18.85%

R = 50.52%
G = 30.63%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C17548 (or 0xC17548) is known color: Brandy Punch. HEX triplet: C1, 75 and 48. RGB value is (193,117,72). Sum of RGB (Red+Green+Blue) = 193+117+72=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 72 (28.52% from 255 or 18.85% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C17548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17548 is #3E8AB7. Grayscale: #868686. Windows color (decimal): -4098744 or 4748737. OLE color: 4748737.

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

Color convert

RGB 193 117 72 -
CMYK 0 0.39 0.63 0.24
HSL 22.31º 0.49% 0.52% -
HSV(B) 22.31º 0.63% 0.76% -
XYZ 29.52 24.53 9.31 -
YUV 134.59 92.68 169.66 -
System Red Green Blue C M Y K H S L
Decimal 193 117 72 0 0.39 0.63 0.24 22.31 0.49 0.52
Hex C1 75 48 0 27 3F 18 16 31 34
Octal 301 165 110 0 47 77 30 26 61 64
Binary 11000001 1110101 1001000 0 100111 111111 11000 10110 110001 110100

Color Harmonies of #C17548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17548

Black with #C17548

Text Example


Text Example

White with #C17548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17548; }

 p { color: rgb(193,117,72); }

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

background-color css

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

 a { background-color: rgb(193,117,72); }

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

border-color css

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

 span { border-color: rgb(193,117,72); }

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