Html Css Color HEX #C17945 Brandy Punch

📋 copy color: '#C17945'

red 193 ◦ green 121 ◦ blue 69

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

Shades of Brandy Punch #C17945

Tints of Brandy Punch #C17945

RGB

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

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

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

R = 50.39%
G = 31.59%
B = 18.02%

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

#C17945 (or 0xC17945) is known color: Brandy Punch. HEX triplet: C1, 79 and 45. RGB value is (193,121,69). Sum of RGB (Red+Green+Blue) = 193+121+69=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C17945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17945 is #3E86BA. Grayscale: #888888. Windows color (decimal): -4097723 or 4553153. OLE color: 4553153.

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

Color convert

RGB 193 121 69 -
CMYK 0 0.37 0.64 0.24
HSL 25.16º 0.5% 0.51% -
HSV(B) 25.16º 0.64% 0.76% -
XYZ 29.9 25.44 8.96 -
YUV 136.6 89.85 168.23 -
System Red Green Blue C M Y K H S L
Decimal 193 121 69 0 0.37 0.64 0.24 25.16 0.5 0.51
Hex C1 79 45 0 25 40 18 19 32 33
Octal 301 171 105 0 45 100 30 31 62 63
Binary 11000001 1111001 1000101 0 100101 1000000 11000 11001 110010 110011

Color Harmonies of #C17945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17945

Black with #C17945

Text Example


Text Example

White with #C17945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17945; }

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

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

background-color css

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

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

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

border-color css

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

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

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