Html Css Color HEX #C5641C Chocolate

📋 copy color: '#C5641C'

red 197 ◦ green 100 ◦ blue 28

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

Shades of Chocolate #C5641C

Tints of Chocolate #C5641C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.62%

R = 60.62%
G = 30.77%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5641C (or 0xC5641C) is known color: Chocolate. HEX triplet: C5, 64 and 1C. RGB value is (197,100,28). Sum of RGB (Red+Green+Blue) = 197+100+28=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 28 (11.33% from 255 or 8.62% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C5641C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5641C is #3A9BE3. Grayscale: #797979. Windows color (decimal): -3840996 or 1860805. OLE color: 1860805.

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

Color convert

RGB 197 100 28 -
CMYK 0 0.49 0.86 0.23
HSL 25.56º 0.75% 0.44% -
HSV(B) 25.56º 0.86% 0.77% -
XYZ 27.79 21.07 3.7 -
YUV 120.8 75.64 182.35 -
System Red Green Blue C M Y K H S L
Decimal 197 100 28 0 0.49 0.86 0.23 25.56 0.75 0.44
Hex C5 64 1C 0 31 56 17 1A 4B 2C
Octal 305 144 34 0 61 126 27 32 113 54
Binary 11000101 1100100 11100 0 110001 1010110 10111 11010 1001011 101100

Color Harmonies of #C5641C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5641C

Black with #C5641C

Text Example


Text Example

White with #C5641C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5641C; }

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

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

background-color css

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

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

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

border-color css

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

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

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