Html Css Color HEX #C17848 Brandy Punch

📋 copy color: '#C17848'

red 193 ◦ green 120 ◦ blue 72

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

Shades of Brandy Punch #C17848

Tints of Brandy Punch #C17848

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.17%

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

R = 50.13%
G = 31.17%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C17848 (or 0xC17848) is known color: Brandy Punch. HEX triplet: C1, 78 and 48. RGB value is (193,120,72). Sum of RGB (Red+Green+Blue) = 193+120+72=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C17848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17848 is #3E87B7. Grayscale: #888888. Windows color (decimal): -4097976 or 4749505. OLE color: 4749505.

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

Color convert

RGB 193 120 72 -
CMYK 0 0.38 0.63 0.24
HSL 23.8º 0.49% 0.52% -
HSV(B) 23.8º 0.63% 0.76% -
XYZ 29.88 25.24 9.43 -
YUV 136.36 91.68 168.4 -
System Red Green Blue C M Y K H S L
Decimal 193 120 72 0 0.38 0.63 0.24 23.8 0.49 0.52
Hex C1 78 48 0 26 3F 18 18 31 34
Octal 301 170 110 0 46 77 30 30 61 64
Binary 11000001 1111000 1001000 0 100110 111111 11000 11000 110001 110100

Color Harmonies of #C17848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17848

Black with #C17848

Text Example


Text Example

White with #C17848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17848; }

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

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

background-color css

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

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

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

border-color css

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

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

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