Html Css Color HEX #C17840 Brandy Punch

📋 copy color: '#C17840'

red 193 ◦ green 120 ◦ blue 64

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

Shades of Brandy Punch #C17840

Tints of Brandy Punch #C17840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.98%

R = 51.19%
G = 31.83%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C17840 (or 0xC17840) is known color: Brandy Punch. HEX triplet: C1, 78 and 40. RGB value is (193,120,64). Sum of RGB (Red+Green+Blue) = 193+120+64=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C17840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17840 is #3E87BF. Grayscale: #878787. Windows color (decimal): -4097984 or 4225217. OLE color: 4225217.

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

Color convert

RGB 193 120 64 -
CMYK 0 0.38 0.67 0.24
HSL 26.05º 0.51% 0.5% -
HSV(B) 26.05º 0.67% 0.76% -
XYZ 29.63 25.14 8.14 -
YUV 135.44 87.68 169.05 -
System Red Green Blue C M Y K H S L
Decimal 193 120 64 0 0.38 0.67 0.24 26.05 0.51 0.5
Hex C1 78 40 0 26 43 18 1A 33 32
Octal 301 170 100 0 46 103 30 32 63 62
Binary 11000001 1111000 1000000 0 100110 1000011 11000 11010 110011 110010

Color Harmonies of #C17840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17840

Black with #C17840

Text Example


Text Example

White with #C17840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17840; }

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

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

background-color css

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

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

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

border-color css

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

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

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