Html Css Color HEX #C5641E Chocolate

📋 copy color: '#C5641E'

red 197 ◦ green 100 ◦ blue 30

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

Shades of Chocolate #C5641E

Tints of Chocolate #C5641E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.17%

R = 60.24%
G = 30.58%
B = 9.17%

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

#C5641E (or 0xC5641E) is known color: Chocolate. HEX triplet: C5, 64 and 1E. RGB value is (197,100,30). Sum of RGB (Red+Green+Blue) = 197+100+30=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 30 (12.11% from 255 or 9.17% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C5641E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5641E is #3A9BE1. Grayscale: #797979. Windows color (decimal): -3840994 or 1991877. OLE color: 1991877.

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

Color convert

RGB 197 100 30 -
CMYK 0 0.49 0.85 0.23
HSL 25.15º 0.74% 0.45% -
HSV(B) 25.15º 0.85% 0.77% -
XYZ 27.82 21.08 3.83 -
YUV 121.02 76.64 182.19 -
System Red Green Blue C M Y K H S L
Decimal 197 100 30 0 0.49 0.85 0.23 25.15 0.74 0.45
Hex C5 64 1E 0 31 55 17 19 4A 2D
Octal 305 144 36 0 61 125 27 31 112 55
Binary 11000101 1100100 11110 0 110001 1010101 10111 11001 1001010 101101

Color Harmonies of #C5641E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5641E

Black with #C5641E

Text Example


Text Example

White with #C5641E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5641E; }

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

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

background-color css

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

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

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

border-color css

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

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

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