Html Css Color HEX #C17845 Brandy Punch

📋 copy color: '#C17845'

red 193 ◦ green 120 ◦ blue 69

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

Shades of Brandy Punch #C17845

Tints of Brandy Punch #C17845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.06%

R = 50.52%
G = 31.41%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C17845 (or 0xC17845) is known color: Brandy Punch. HEX triplet: C1, 78 and 45. RGB value is (193,120,69). Sum of RGB (Red+Green+Blue) = 193+120+69=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C17845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17845 is #3E87BA. Grayscale: #888888. Windows color (decimal): -4097979 or 4552897. OLE color: 4552897.

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

Color convert

RGB 193 120 69 -
CMYK 0 0.38 0.64 0.24
HSL 24.68º 0.5% 0.51% -
HSV(B) 24.68º 0.64% 0.76% -
XYZ 29.78 25.2 8.92 -
YUV 136.01 90.18 168.65 -
System Red Green Blue C M Y K H S L
Decimal 193 120 69 0 0.38 0.64 0.24 24.68 0.5 0.51
Hex C1 78 45 0 26 40 18 19 32 33
Octal 301 170 105 0 46 100 30 31 62 63
Binary 11000001 1111000 1000101 0 100110 1000000 11000 11001 110010 110011

Color Harmonies of #C17845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17845

Black with #C17845

Text Example


Text Example

White with #C17845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17845; }

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

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

background-color css

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

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

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

border-color css

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

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

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