Html Css Color HEX #C17745 Brandy Punch

📋 copy color: '#C17745'

red 193 ◦ green 119 ◦ blue 69

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

Shades of Brandy Punch #C17745

Tints of Brandy Punch #C17745

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.23%

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

R = 50.66%
G = 31.23%
B = 18.11%

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

#C17745 (or 0xC17745) is known color: Brandy Punch. HEX triplet: C1, 77 and 45. RGB value is (193,119,69). Sum of RGB (Red+Green+Blue) = 193+119+69=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C17745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17745 is #3E88BA. Grayscale: #878787. Windows color (decimal): -4098235 or 4552641. OLE color: 4552641.

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

Color convert

RGB 193 119 69 -
CMYK 0 0.38 0.64 0.24
HSL 24.19º 0.5% 0.51% -
HSV(B) 24.19º 0.64% 0.76% -
XYZ 29.66 24.96 8.88 -
YUV 135.43 90.52 169.07 -
System Red Green Blue C M Y K H S L
Decimal 193 119 69 0 0.38 0.64 0.24 24.19 0.5 0.51
Hex C1 77 45 0 26 40 18 18 32 33
Octal 301 167 105 0 46 100 30 30 62 63
Binary 11000001 1110111 1000101 0 100110 1000000 11000 11000 110010 110011

Color Harmonies of #C17745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17745

Black with #C17745

Text Example


Text Example

White with #C17745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17745; }

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

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

background-color css

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

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

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

border-color css

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

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

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