Html Css Color HEX #C17946 Brandy Punch

📋 copy color: '#C17946'

red 193 ◦ green 121 ◦ blue 70

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

Shades of Brandy Punch #C17946

Tints of Brandy Punch #C17946

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.51%

 BLUE value IS 70 (27.73% from 255) = 18.23%

R = 50.26%
G = 31.51%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C17946 (or 0xC17946) is known color: Brandy Punch. HEX triplet: C1, 79 and 46. RGB value is (193,121,70). Sum of RGB (Red+Green+Blue) = 193+121+70=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 70 (27.73% from 255 or 18.23% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C17946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17946 is #3E86B9. Grayscale: #888888. Windows color (decimal): -4097722 or 4618689. OLE color: 4618689.

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

Color convert

RGB 193 121 70 -
CMYK 0 0.37 0.64 0.24
HSL 24.88º 0.5% 0.52% -
HSV(B) 24.88º 0.64% 0.76% -
XYZ 29.94 25.45 9.13 -
YUV 136.71 90.35 168.15 -
System Red Green Blue C M Y K H S L
Decimal 193 121 70 0 0.37 0.64 0.24 24.88 0.5 0.52
Hex C1 79 46 0 25 40 18 19 32 34
Octal 301 171 106 0 45 100 30 31 62 64
Binary 11000001 1111001 1000110 0 100101 1000000 11000 11001 110010 110100

Color Harmonies of #C17946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17946

Black with #C17946

Text Example


Text Example

White with #C17946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17946; }

 p { color: rgb(193,121,70); }

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

background-color css

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

 a { background-color: rgb(193,121,70); }

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

border-color css

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

 span { border-color: rgb(193,121,70); }

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