Html Css Color HEX #C5611E Chocolate

📋 copy color: '#C5611E'

red 197 ◦ green 97 ◦ blue 30

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

Shades of Chocolate #C5611E

Tints of Chocolate #C5611E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.94%

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

R = 60.8%
G = 29.94%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5611E (or 0xC5611E) is known color: Chocolate. HEX triplet: C5, 61 and 1E. RGB value is (197,97,30). Sum of RGB (Red+Green+Blue) = 197+97+30=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 30 (12.11% from 255 or 9.26% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C5611E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5611E is #3A9EE1. Grayscale: #777777. Windows color (decimal): -3841762 or 1991109. OLE color: 1991109.

HSL color Cylindrical-coordinate representation of color #C5611E: hue angle of 24.07º 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 #C5611E is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 97 30 -
CMYK 0 0.51 0.85 0.23
HSL 24.07º 0.74% 0.45% -
HSV(B) 24.07º 0.85% 0.77% -
XYZ 27.54 20.51 3.74 -
YUV 119.26 77.63 183.45 -
System Red Green Blue C M Y K H S L
Decimal 197 97 30 0 0.51 0.85 0.23 24.07 0.74 0.45
Hex C5 61 1E 0 33 55 17 18 4A 2D
Octal 305 141 36 0 63 125 27 30 112 55
Binary 11000101 1100001 11110 0 110011 1010101 10111 11000 1001010 101101

Color Harmonies of #C5611E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5611E

Black with #C5611E

Text Example


Text Example

White with #C5611E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5611E; }

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

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

background-color css

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

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

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

border-color css

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

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

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