Html Css Color HEX #C1641A Chocolate

📋 copy color: '#C1641A'

red 193 ◦ green 100 ◦ blue 26

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

Shades of Chocolate #C1641A

Tints of Chocolate #C1641A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.35%

 BLUE value IS 26 (10.55% from 255) = 8.15%

R = 60.5%
G = 31.35%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C1641A (or 0xC1641A) is known color: Chocolate. HEX triplet: C1, 64 and 1A. RGB value is (193,100,26). Sum of RGB (Red+Green+Blue) = 193+100+26=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C1641A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1641A is #3E9BE5. Grayscale: #777777. Windows color (decimal): -4103142 or 1729729. OLE color: 1729729.

HSL color Cylindrical-coordinate representation of color #C1641A: hue angle of 26.59º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C1641A is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 100 26 -
CMYK 0 0.48 0.87 0.24
HSL 26.59º 0.76% 0.43% -
HSV(B) 26.59º 0.87% 0.76% -
XYZ 26.74 20.53 3.53 -
YUV 119.37 75.31 180.52 -
System Red Green Blue C M Y K H S L
Decimal 193 100 26 0 0.48 0.87 0.24 26.59 0.76 0.43
Hex C1 64 1A 0 30 57 18 1B 4C 2B
Octal 301 144 32 0 60 127 30 33 114 53
Binary 11000001 1100100 11010 0 110000 1010111 11000 11011 1001100 101011

Color Harmonies of #C1641A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1641A

Black with #C1641A

Text Example


Text Example

White with #C1641A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1641A; }

 p { color: rgb(193,100,26); }

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

background-color css

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

 a { background-color: rgb(193,100,26); }

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

border-color css

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

 span { border-color: rgb(193,100,26); }

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