Html Css Color HEX #C5641D Chocolate

📋 copy color: '#C5641D'

red 197 ◦ green 100 ◦ blue 29

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

Shades of Chocolate #C5641D

Tints of Chocolate #C5641D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.9%

R = 60.43%
G = 30.67%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5641D (or 0xC5641D) is known color: Chocolate. HEX triplet: C5, 64 and 1D. RGB value is (197,100,29). Sum of RGB (Red+Green+Blue) = 197+100+29=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 29 (11.72% from 255 or 8.90% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C5641D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5641D is #3A9BE2. Grayscale: #797979. Windows color (decimal): -3840995 or 1926341. OLE color: 1926341.

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

Color convert

RGB 197 100 29 -
CMYK 0 0.49 0.85 0.23
HSL 25.36º 0.74% 0.44% -
HSV(B) 25.36º 0.85% 0.77% -
XYZ 27.8 21.07 3.76 -
YUV 120.91 76.14 182.27 -
System Red Green Blue C M Y K H S L
Decimal 197 100 29 0 0.49 0.85 0.23 25.36 0.74 0.44
Hex C5 64 1D 0 31 55 17 19 4A 2C
Octal 305 144 35 0 61 125 27 31 112 54
Binary 11000101 1100100 11101 0 110001 1010101 10111 11001 1001010 101100

Color Harmonies of #C5641D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5641D

Black with #C5641D

Text Example


Text Example

White with #C5641D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5641D; }

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

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

background-color css

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

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

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

border-color css

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

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

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