Html Css Color HEX #C5641A Chocolate

📋 copy color: '#C5641A'

red 197 ◦ green 100 ◦ blue 26

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

Shades of Chocolate #C5641A

Tints of Chocolate #C5641A

RGB

 RED value IS 197 (77.34% from 255) = 60.99%

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

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

R = 60.99%
G = 30.96%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C5641A (or 0xC5641A) is known color: Chocolate. HEX triplet: C5, 64 and 1A. RGB value is (197,100,26). Sum of RGB (Red+Green+Blue) = 197+100+26=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 26 (10.55% from 255 or 8.05% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C5641A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5641A is #3A9BE5. Grayscale: #787878. Windows color (decimal): -3840998 or 1729733. OLE color: 1729733.

HSL color Cylindrical-coordinate representation of color #C5641A: hue angle of 25.96º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5641A is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 100 26 -
CMYK 0 0.49 0.87 0.23
HSL 25.96º 0.77% 0.44% -
HSV(B) 25.96º 0.87% 0.77% -
XYZ 27.77 21.06 3.58 -
YUV 120.57 74.64 182.52 -
System Red Green Blue C M Y K H S L
Decimal 197 100 26 0 0.49 0.87 0.23 25.96 0.77 0.44
Hex C5 64 1A 0 31 57 17 1A 4D 2C
Octal 305 144 32 0 61 127 27 32 115 54
Binary 11000101 1100100 11010 0 110001 1010111 10111 11010 1001101 101100

Color Harmonies of #C5641A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5641A

Black with #C5641A

Text Example


Text Example

White with #C5641A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5641A; }

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

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

background-color css

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

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

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

border-color css

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

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

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